aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ngrep.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ngrep.rb b/Library/Formula/ngrep.rb
index 2c1435d35..6ebf0392d 100644
--- a/Library/Formula/ngrep.rb
+++ b/Library/Formula/ngrep.rb
@@ -8,6 +8,7 @@ class Ngrep < Formula
def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
+ "--enable-ipv6",
"--prefix=#{prefix}",
# this line required to make configure succeed
"--with-pcap-includes=/usr/include"