mirror of
https://github.com/nginx/nginx.git
synced 2025-06-13 06:12:44 +08:00
Configure: fixed static compilation with OpenSSL 1.1.1 / BoringSSL.
See 7246:04ebf29eaf5b for details.
This commit is contained in:
parent
cf5168c9e0
commit
1a6fc01fb8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user