Configure: fixed using OpenSSL include paths.

This commit is contained in:
Maxim Dounin 2015-11-23 22:48:31 +03:00
parent 72b9a317d2
commit 0d3cad3864

View File

@ -105,6 +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"
OPENSSL=YES
fi