details:   https://hg.nginx.org/nginx/rev/252a7acd35ce
branches:  
changeset: 8162:252a7acd35ce
user:      Sergey Kandaurov <pluk...@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                                  \
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to