comparison misc/GNUmakefile @ 6134:96e22e4f1b03

Added stream module to win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 27 Apr 2015 18:51:18 +0300
parents 1a9e25b3f8d1
children 07e416ece597
comparison
equal deleted inserted replaced
6133:af7eba90645d 6134:96e22e4f1b03
78 --with-http_gzip_static_module \ 78 --with-http_gzip_static_module \
79 --with-http_auth_request_module \ 79 --with-http_auth_request_module \
80 --with-http_random_index_module \ 80 --with-http_random_index_module \
81 --with-http_secure_link_module \ 81 --with-http_secure_link_module \
82 --with-mail \ 82 --with-mail \
83 --with-stream \
83 --with-openssl=$(OBJS)/lib/$(OPENSSL) \ 84 --with-openssl=$(OBJS)/lib/$(OPENSSL) \
84 --with-openssl-opt=enable-tlsext \ 85 --with-openssl-opt=enable-tlsext \
85 --with-http_ssl_module \ 86 --with-http_ssl_module \
86 --with-mail_ssl_module \ 87 --with-mail_ssl_module \
88 --with-stream_ssl_module \
87 --with-ipv6 89 --with-ipv6
88 90
89 91
90 zip: export 92 zip: export
91 rm -f $(NGINX).zip 93 rm -f $(NGINX).zip