summaryrefslogtreecommitdiffhomepage
path: root/auto/lib
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/lib/openssl/conf2
-rw-r--r--auto/lib/pcre/conf2
2 files changed, 3 insertions, 1 deletions
diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf
index 0370fe084..3356689e9 100644
--- a/auto/lib/openssl/conf
+++ b/auto/lib/openssl/conf
@@ -8,6 +8,7 @@ if [ $OPENSSL != NONE ]; then
case "$CC" in
*)
have=NGX_OPENSSL . auto/have
+ have=NGX_SSL . auto/have
LINK_DEPS="$LINK_DEPS $OPENSSL/libssl.a $OPENSSL/libcrypto.a"
CORE_LIBS="$CORE_LIBS $OPENSSL/libssl.a $OPENSSL/libcrypto.a"
;;
@@ -34,6 +35,7 @@ else
. auto/feature
if [ $ngx_found = yes ]; then
+ have=NGX_SSL . auto/have
CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
OPENSSL=YES
diff --git a/auto/lib/pcre/conf b/auto/lib/pcre/conf
index 946b26e32..460325c08 100644
--- a/auto/lib/pcre/conf
+++ b/auto/lib/pcre/conf
@@ -66,7 +66,7 @@ else
# FreeBSD PCRE port requires --with-cc-opt="-I /usr/local/include"
# --with-ld-opt="-L /usr/local/lib"
-
+
ngx_feature="PCRE library"
ngx_feature_name="NGX_PCRE"
ngx_feature_run=no