changeset 6304:520ec1917f1d

Configure: fixed using OpenSSL include paths.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 23 Nov 2015 22:48:31 +0300
parents a93345ee8f52
children 18428f775b2c
files auto/lib/openssl/conf
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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