Configure: fixed static compilation with OpenSSL 1.1.1 / BoringSSL.

See 7246:04ebf29eaf5b for details.
This commit is contained in:
Sergey Kandaurov 2020-05-01 13:02:30 +03:00
parent cf5168c9e0
commit 1a6fc01fb8

View File

@ -149,7 +149,7 @@ if [ $USE_OPENSSL_QUIC = YES ]; then
ngx_feature_run=no
ngx_feature_incs="#include <openssl/ssl.h>"
ngx_feature_path=
ngx_feature_libs="-lssl -lcrypto $NGX_LIBDL"
ngx_feature_libs="-lssl -lcrypto $NGX_LIBDL $NGX_LIBPTHREAD"
ngx_feature_test="SSL_CTX_set_quic_method(NULL, NULL)"
. auto/feature