comparison misc/GNUmakefile @ 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 09affff4fd35
children
comparison
equal deleted inserted replaced
9072:e70cd097490a 9073:252a7acd35ce
73 --with-http_random_index_module \ 73 --with-http_random_index_module \
74 --with-http_secure_link_module \ 74 --with-http_secure_link_module \
75 --with-http_slice_module \ 75 --with-http_slice_module \
76 --with-mail \ 76 --with-mail \
77 --with-stream \ 77 --with-stream \
78 --with-stream_realip_module \
79 --with-stream_ssl_preread_module \
78 --with-openssl=$(OBJS)/lib/$(OPENSSL) \ 80 --with-openssl=$(OBJS)/lib/$(OPENSSL) \
79 --with-openssl-opt="no-asm no-tests -D_WIN32_WINNT=0x0501" \ 81 --with-openssl-opt="no-asm no-tests -D_WIN32_WINNT=0x0501" \
80 --with-http_ssl_module \ 82 --with-http_ssl_module \
81 --with-mail_ssl_module \ 83 --with-mail_ssl_module \
82 --with-stream_ssl_module 84 --with-stream_ssl_module