diff --git a/Library/Formula/ngrep.rb b/Library/Formula/ngrep.rb index 2c1435d35513..6ebf0392d7cb 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"