Skip to content

Commit

Permalink
ngrep: add IPv6 support.
Browse files Browse the repository at this point in the history
OS X seems to support IPv6 well enough, why not ngrep?
  • Loading branch information
Mike Valentine authored and MikeMcQuaid committed Mar 12, 2014
1 parent 66c97ac commit ae814d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Formula/ngrep.rb
Expand Up @@ -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"
Expand Down

0 comments on commit ae814d3

Please sign in to comment.