[PATCH] Added stream modules realip and ssl_preread to win32 builds

Sergey Kandaurov pluknet at nginx.com
Wed Apr 12 13:44:29 UTC 2023


# HG changeset patch
# User Sergey Kandaurov <pluknet at nginx.com>
# Date 1681306935 -14400
#      Wed Apr 12 17:42:15 2023 +0400
# Node ID bdfbd7ed2433d1a68d466f353983829b17f6df1f
# Parent  5f1d05a21287ba0290dd3a17ad501595b442a194
Added stream modules realip and ssl_preread to win32 builds.

diff --git a/misc/GNUmakefile b/misc/GNUmakefile
--- 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					\


More information about the nginx-devel mailing list