# HG changeset patch # User Sergey Kandaurov # Date 1588327350 -10800 # Node ID 8712f45837833be47d143b02c5456ef1ccc3755e # Parent 796b5b6c43cdd9fbc624eac941963c15982bc455 Configure: fixed static compilation with OpenSSL 1.1.1 / BoringSSL. See 7246:04ebf29eaf5b for details. diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf --- a/auto/lib/openssl/conf +++ b/auto/lib/openssl/conf @@ -149,7 +149,7 @@ if [ $USE_OPENSSL_QUIC = YES ]; then ngx_feature_run=no ngx_feature_incs="#include " 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