comparison misc/GNUmakefile @ 6724:a6d116645c51

Configure: removed the --with-ipv6 option. IPv6 now compiled-in automatically if support is found. If there is a need to disable it for some reason, --with-cc-opt="-DNGX_HAVE_INET6=0" can be used for this.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 04 Oct 2016 16:38:14 +0300
parents 4a32b3ac54c6
children e78705391830
comparison
equal deleted inserted replaced
6723:ebba2f980489 6724:a6d116645c51
82 --with-stream \ 82 --with-stream \
83 --with-openssl=$(OBJS)/lib/$(OPENSSL) \ 83 --with-openssl=$(OBJS)/lib/$(OPENSSL) \
84 --with-openssl-opt=no-asm \ 84 --with-openssl-opt=no-asm \
85 --with-http_ssl_module \ 85 --with-http_ssl_module \
86 --with-mail_ssl_module \ 86 --with-mail_ssl_module \
87 --with-stream_ssl_module \ 87 --with-stream_ssl_module
88 --with-ipv6
89 88
90 89
91 zip: export 90 zip: export
92 rm -f $(NGINX).zip 91 rm -f $(NGINX).zip
93 92