nginx: remove --with-ipv6 on devel/HEAD (#5906)
This commit is contained in:
parent
627a46e21d
commit
3dc85c19c1
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,6 @@ class Nginx < Formula
|
||||||
--prefix=#{prefix}
|
--prefix=#{prefix}
|
||||||
--with-http_ssl_module
|
--with-http_ssl_module
|
||||||
--with-pcre
|
--with-pcre
|
||||||
--with-ipv6
|
|
||||||
--sbin-path=#{bin}/nginx
|
--sbin-path=#{bin}/nginx
|
||||||
--with-cc-opt=#{cc_opt}
|
--with-cc-opt=#{cc_opt}
|
||||||
--with-ld-opt=#{ld_opt}
|
--with-ld-opt=#{ld_opt}
|
||||||
|
@ -82,6 +81,7 @@ class Nginx < Formula
|
||||||
args << "--add-module=#{nginx_ext}"
|
args << "--add-module=#{nginx_ext}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
args << "--with-ipv6" if build.stable?
|
||||||
args << "--with-http_dav_module" if build.with? "webdav"
|
args << "--with-http_dav_module" if build.with? "webdav"
|
||||||
args << "--with-debug" if build.with? "debug"
|
args << "--with-debug" if build.with? "debug"
|
||||||
args << "--with-http_gunzip_module" if build.with? "gunzip"
|
args << "--with-http_gunzip_module" if build.with? "gunzip"
|
||||||
|
|
Loading…
Reference in a new issue