From 1a6fc01fb853052536b49cbb4fe612c8ac4467ab Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Fri, 1 May 2020 13:02:30 +0300 Subject: [PATCH] Configure: fixed static compilation with OpenSSL 1.1.1 / BoringSSL. See 7246:04ebf29eaf5b for details. --- auto/lib/openssl/conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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