aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Wilhelmi2012-06-22 12:59:36 +0200
committerAdam Vandenberg2012-07-09 09:20:16 -0700
commitde5f6b7e9fbc1b43d056fca0528c6fa82f61ccdb (patch)
tree20193190a8c4eabbfdf8d944218654953068ab2b /Library
parent8d694210bb77c718e0117f2338464412deb8b486 (diff)
downloadhomebrew-de5f6b7e9fbc1b43d056fca0528c6fa82f61ccdb.tar.bz2
nginx: enable IPv6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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",