From: Sergey Kandaurov Date: Fri, 1 May 2020 10:02:30 +0000 (+0300) Subject: Configure: fixed static compilation with OpenSSL 1.1.1 / BoringSSL. X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=1a6fc01fb853052536b49cbb4fe612c8ac4467ab;p=nginx.git 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 index faebd8fa4..046317f8a 100644 --- 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