# HG changeset patch # User Maxim Dounin # Date 1448308111 -10800 # Node ID 520ec1917f1d0e6ac21e39999112e8216635d687 # Parent a93345ee8f529c4ce61f646467e6919f1ed87d61 Configure: fixed using OpenSSL include paths. diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf --- a/auto/lib/openssl/conf +++ b/auto/lib/openssl/conf @@ -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