[nginx] Win32: disabled threads support in OpenSSL builds.
Sergey Kandaurov
pluknet at nginx.com
Wed Sep 7 12:34:46 UTC 2022
details: https://hg.nginx.org/nginx/rev/a423e314c22f
branches:
changeset: 8069:a423e314c22f
user: Maxim Dounin <mdounin at mdounin.ru>
date: Wed Sep 07 00:47:31 2022 +0300
description:
Win32: disabled threads support in OpenSSL builds.
Threads are disabled during UNIX builds (see b329c0ab1a48), and also not
needed for Windows builds.
This used to be the default before OpenSSL 1.1.0.
diffstat:
auto/lib/openssl/makefile.msvc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 0546ab9351c8 -r a423e314c22f auto/lib/openssl/makefile.msvc
--- a/auto/lib/openssl/makefile.msvc Wed Sep 07 00:47:17 2022 +0300
+++ b/auto/lib/openssl/makefile.msvc Wed Sep 07 00:47:31 2022 +0300
@@ -6,7 +6,7 @@
all:
cd $(OPENSSL)
- perl Configure VC-WIN32 no-shared \
+ perl Configure VC-WIN32 no-shared no-threads \
--prefix="%cd%/openssl" \
--openssldir="%cd%/openssl/ssl" \
$(OPENSSL_OPT)
More information about the nginx-devel
mailing list