aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ipv6calc.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/ipv6calc.rb b/Library/Formula/ipv6calc.rb
index 5e2f5bbab..b508016c4 100644
--- a/Library/Formula/ipv6calc.rb
+++ b/Library/Formula/ipv6calc.rb
@@ -6,10 +6,7 @@ class Ipv6calc < Formula
md5 'c1a654214058fdac5f8c2ba6a196e2b8'
def install
- system "./configure", "--disable-debug",
- "--disable-dependency-tracking",
- "--prefix=#{prefix}",
- "--mandir=#{man}"
+ system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make install"
end
end