mirror of
https://github.com/nginx/nginx.git
synced 2025-06-08 02:02:38 +08:00
Support accepting PCRE_CONF_OPT from env variable.
Needed for cross-compilation. Example: PCRE_CONF_OPT="--host aarch64-none-linux-gnu-"
This commit is contained in:
parent
3327353ec0
commit
72bcdab4dd
@ -148,7 +148,8 @@ NGX_COMPAT=NO
|
|||||||
USE_PCRE=NO
|
USE_PCRE=NO
|
||||||
PCRE=NONE
|
PCRE=NONE
|
||||||
PCRE_OPT=
|
PCRE_OPT=
|
||||||
PCRE_CONF_OPT=
|
# Intentionally commented out to allow external flags to be passed
|
||||||
|
#PCRE_CONF_OPT=
|
||||||
PCRE_JIT=NO
|
PCRE_JIT=NO
|
||||||
PCRE2=YES
|
PCRE2=YES
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user