diff misc/GNUmakefile @ 8162:252a7acd35ce

Added stream modules realip and ssl_preread to win32 builds.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 17 Apr 2023 14:08:00 +0400
parents 09affff4fd35
children f101bccb38e1
line wrap: on
line diff
--- 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					\