]> git.kaiwu.me - nginx.git/commitdiff
Configure: fixed using OpenSSL include paths.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 23 Nov 2015 19:48:31 +0000 (22:48 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 23 Nov 2015 19:48:31 +0000 (22:48 +0300)
auto/lib/openssl/conf

index bca205061f3146ede9e20019799075e991f16b40..28a99b203eda51e1352b7b299463ce0b630847bd 100644 (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