]> git.kaiwu.me - nginx.git/commitdiff
Added stream modules realip and ssl_preread to win32 builds.
authorSergey Kandaurov <pluknet@nginx.com>
Mon, 17 Apr 2023 10:08:00 +0000 (14:08 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Mon, 17 Apr 2023 10:08:00 +0000 (14:08 +0400)
misc/GNUmakefile

index a5c4a1953223344a1323d83382e4174630d707c5..bd7ce5d763b5087100a7afff06ce305f1e2cedd2 100644 (file)
@@ -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                                  \