diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2022-10-20 16:41:36 +0400 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2022-10-20 16:41:36 +0400 |
commit | 3123fac3e764b4706881ffcb8f8b554c1628c5e0 (patch) | |
tree | 0a8345c637b00eae13b983af54d9ab51426a6c72 /auto | |
parent | 3cd06a3a9a1f815cbd5391211947d7aed4feb061 (diff) | |
parent | 09d5305592c3ff8ff30e54dc3e9ce3dbac72cf59 (diff) | |
download | nginx-3123fac3e764b4706881ffcb8f8b554c1628c5e0.tar.gz nginx-3123fac3e764b4706881ffcb8f8b554c1628c5e0.zip |
Merged with the default branch.
Diffstat (limited to 'auto')
-rw-r--r-- | auto/lib/openssl/makefile.msvc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/lib/openssl/makefile.msvc b/auto/lib/openssl/makefile.msvc index 5b90dcb25..a30b28669 100644 --- a/auto/lib/openssl/makefile.msvc +++ b/auto/lib/openssl/makefile.msvc @@ -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) |