aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nginx.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb
index da838f930..a786e2a67 100644
--- a/Library/Formula/nginx.rb
+++ b/Library/Formula/nginx.rb
@@ -43,6 +43,7 @@ class Nginx < Formula
args = ["--prefix=#{prefix}",
"--with-http_ssl_module",
"--with-pcre",
+ "--with-ipv6",
"--with-cc-opt='-I#{HOMEBREW_PREFIX}/include'",
"--with-ld-opt='-L#{HOMEBREW_PREFIX}/lib'",
"--conf-path=#{etc}/nginx/nginx.conf",