[nginx] Added stream module to win32 builds.

Maxim Dounin mdounin at mdounin.ru
Mon Apr 27 17:04:56 UTC 2015


details:   http://hg.nginx.org/nginx/rev/96e22e4f1b03
branches:  
changeset: 6134:96e22e4f1b03
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Mon Apr 27 18:51:18 2015 +0300
description:
Added stream module to win32 builds.

diffstat:

 misc/GNUmakefile |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (16 lines):

diff --git a/misc/GNUmakefile b/misc/GNUmakefile
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -80,10 +80,12 @@ win32:
 		--with-http_random_index_module				\
 		--with-http_secure_link_module				\
 		--with-mail						\
+		--with-stream						\
 		--with-openssl=$(OBJS)/lib/$(OPENSSL)			\
 		--with-openssl-opt=enable-tlsext			\
 		--with-http_ssl_module					\
 		--with-mail_ssl_module					\
+		--with-stream_ssl_module				\
 		--with-ipv6
 
 



More information about the nginx-devel mailing list