aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pktanon.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/pktanon.rb b/Library/Formula/pktanon.rb
index 57ce5a5d9..1f0cc55e9 100644
--- a/Library/Formula/pktanon.rb
+++ b/Library/Formula/pktanon.rb
@@ -29,8 +29,7 @@ class Pktanon < Formula
# include the boost system library to resolve compilation errors
ENV["LIBS"] = "-lboost_system-mt"
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}"
+ system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make", "install"
end
end