changeset 9073: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 e70cd097490a
children 77d5c662f3d9
files misc/GNUmakefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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					\