[nginx] Added stream modules realip and ssl_preread to win32 builds.

Sergey Kandaurov pluknet at nginx.com
Mon Apr 17 11:01:09 UTC 2023


details:   https://hg.nginx.org/nginx/rev/252a7acd35ce
branches:  
changeset: 8162:252a7acd35ce
user:      Sergey Kandaurov <pluknet at nginx.com>
date:      Mon Apr 17 14:08:00 2023 +0400
description:
Added stream modules realip and ssl_preread to win32 builds.

diffstat:

 misc/GNUmakefile |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r e70cd097490a -r 252a7acd35ce misc/GNUmakefile
--- a/misc/GNUmakefile	Mon Apr 17 14:07:59 2023 +0400
+++ b/misc/GNUmakefile	Mon Apr 17 14:08:00 2023 +0400
@@ -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