[nginx] Configure: fixed using OpenSSL include paths.
    Maxim Dounin 
    mdounin at mdounin.ru
       
    Mon Nov 23 19:49:10 UTC 2015
    
    
  
details:   http://hg.nginx.org/nginx/rev/520ec1917f1d
branches:  
changeset: 6304:520ec1917f1d
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Mon Nov 23 22:48:31 2015 +0300
description:
Configure: fixed using OpenSSL include paths.
diffstat:
 auto/lib/openssl/conf |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
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
    
    
More information about the nginx-devel
mailing list