mirror of
https://github.com/nginx/nginx.git
synced 2026-06-09 08:57:35 -04:00
Added stream modules realip and ssl_preread to win32 builds.
This commit is contained in:
parent
3ebca50f59
commit
431b302d34
1 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue