fping: enable IPv6

Closes Homebrew/homebrew#24056.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Chad Catlett 2013-11-07 08:24:16 -06:00 committed by Adam Vandenberg
parent 4394641c53
commit c5c9c602a6
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ class Fping < Formula
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
"--prefix=#{prefix}",
"--enable-ipv6"
system "make install"
end