summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/openssl
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2016-02-04 18:30:21 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2016-02-04 18:30:21 +0300
commit86cc342a26af3aa677d9770dc6a9bcdbd07f5a9e (patch)
tree679e72e4809e5e5641cd697be00cc5f206553aa0 /auto/lib/openssl
parent0f67d6355cb365983820d3c268e25424509b2ef6 (diff)
downloadnginx-86cc342a26af3aa677d9770dc6a9bcdbd07f5a9e.tar.gz
nginx-86cc342a26af3aa677d9770dc6a9bcdbd07f5a9e.tar.bz2
Dynamic modules: dlopen() support.
Diffstat (limited to 'auto/lib/openssl')
-rw-r--r--auto/lib/openssl/conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf
index 28a99b203..2187e5c6c 100644
--- a/auto/lib/openssl/conf
+++ b/auto/lib/openssl/conf
@@ -32,7 +32,6 @@ if [ $OPENSSL != NONE ]; then
CORE_DEPS="$CORE_DEPS $OPENSSL/.openssl/include/openssl/ssl.h"
CORE_LIBS="$CORE_LIBS $OPENSSL/.openssl/lib/libssl.a"
CORE_LIBS="$CORE_LIBS $OPENSSL/.openssl/lib/libcrypto.a"
- CORE_LIBS="$CORE_LIBS $NGX_LIBDL"
if [ "$NGX_PLATFORM" = win32 ]; then
CORE_LIBS="$CORE_LIBS -lgdi32 -lcrypt32 -lws2_32"
@@ -106,7 +105,7 @@ else
if [ $ngx_found = yes ]; then
have=NGX_SSL . auto/have
CORE_INCS="$CORE_INCS $ngx_feature_path"
- CORE_LIBS="$CORE_LIBS $ngx_feature_libs $NGX_LIBDL"
+ CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
OPENSSL=YES
fi
fi