]> git.kaiwu.me - nginx.git/commitdiff
Configure: fixed static compilation with OpenSSL 1.1.1 / BoringSSL.
authorSergey Kandaurov <pluknet@nginx.com>
Fri, 1 May 2020 10:02:30 +0000 (13:02 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Fri, 1 May 2020 10:02:30 +0000 (13:02 +0300)
See 7246:04ebf29eaf5b for details.

auto/lib/openssl/conf

index faebd8fa4a795a981735fa596e3979565f65284a..046317f8a22920f21fe82a8c61dc5c50d821fc8a 100644 (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