summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2023-04-17 14:08:00 +0400
committerSergey Kandaurov <pluknet@nginx.com>2023-04-17 14:08:00 +0400
commit431b302d34333f01bdc334bd1970d5d4aceb5605 (patch)
tree55330adcf81faef73e2bf21790148b160523565e
parent3ebca50f59f4f51e40344ee7a46714a84676e7fa (diff)
downloadnginx-431b302d34333f01bdc334bd1970d5d4aceb5605.tar.gz
Added stream modules realip and ssl_preread to win32 builds.
-rw-r--r--misc/GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index a5c4a1953..bd7ce5d76 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -75,6 +75,8 @@ win32:
--with-http_slice_module \
--with-mail \
--with-stream \
+ --with-stream_realip_module \
+ --with-stream_ssl_preread_module \
--with-openssl=$(OBJS)/lib/$(OPENSSL) \
--with-openssl-opt="no-asm no-tests -D_WIN32_WINNT=0x0501" \
--with-http_ssl_module \