mirror of https://github.com/openresty/openresty
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.3 KiB
C
28 lines
1.3 KiB
C
# HG changeset patch
|
|
# User Yichun Zhang <agentzh@gmail.com>
|
|
# Date 1386694955 28800
|
|
# Node ID 9ba6b149669f1f02eeb4cdc0ebd364a949b5c469
|
|
# Parent 30e806b8636af5fd3f03ec17df24801f390f7511
|
|
Configure: added new option --with-pcre-conf-opt=OPTIONS.
|
|
|
|
diff --git a/auto/options b/auto/options
|
|
index 521c9768..2feaa835 100644
|
|
--- a/auto/options
|
|
+++ b/auto/options
|
|
@@ -363,6 +363,7 @@ use the \"--with-mail_ssl_module\" option instead"
|
|
--with-pcre) USE_PCRE=YES ;;
|
|
--with-pcre=*) PCRE="$value" ;;
|
|
--with-pcre-opt=*) PCRE_OPT="$value" ;;
|
|
+ --with-pcre-conf-opt=*) PCRE_CONF_OPT="$value" ;;
|
|
--with-pcre-jit) PCRE_JIT=YES ;;
|
|
|
|
--with-openssl=*) OPENSSL="$value" ;;
|
|
@@ -580,6 +581,7 @@ cat << END
|
|
--with-pcre force PCRE library usage
|
|
--with-pcre=DIR set path to PCRE library sources
|
|
--with-pcre-opt=OPTIONS set additional build options for PCRE
|
|
+ --with-pcre-conf-opt=OPTIONS set additional configure options for PCRE
|
|
--with-pcre-jit build PCRE with JIT compilation support
|
|
|
|
--with-zlib=DIR set path to zlib library sources
|