mirror of https://github.com/nginx/nginx
Added stream modules realip and ssl_preread to win32 builds.
This commit is contained in:
parent
3ebca50f59
commit
431b302d34
|
|
@ -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 New Issue