mirror of
https://github.com/nginx/nginx.git
synced 2025-06-10 19:42:39 +08:00
Configure: fixed using OpenSSL include paths.
This commit is contained in:
parent
72b9a317d2
commit
0d3cad3864
@ -105,6 +105,7 @@ else
|
|||||||
|
|
||||||
if [ $ngx_found = yes ]; then
|
if [ $ngx_found = yes ]; then
|
||||||
have=NGX_SSL . auto/have
|
have=NGX_SSL . auto/have
|
||||||
|
CORE_INCS="$CORE_INCS $ngx_feature_path"
|
||||||
CORE_LIBS="$CORE_LIBS $ngx_feature_libs $NGX_LIBDL"
|
CORE_LIBS="$CORE_LIBS $ngx_feature_libs $NGX_LIBDL"
|
||||||
OPENSSL=YES
|
OPENSSL=YES
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user