aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cabextract.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cabextract.rb b/Library/Formula/cabextract.rb
index 7afb8de1d..0506a2184 100644
--- a/Library/Formula/cabextract.rb
+++ b/Library/Formula/cabextract.rb
@@ -6,7 +6,7 @@ class Cabextract < Formula
md5 '79f41f568cf1a3ac105e0687e8bfb7c0'
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--mandir=#{man}"
system "make install"
end