aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cdparanoia.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/cdparanoia.rb b/Library/Formula/cdparanoia.rb
index 22bdcf677..f3f282c21 100644
--- a/Library/Formula/cdparanoia.rb
+++ b/Library/Formula/cdparanoia.rb
@@ -23,9 +23,7 @@ class Cdparanoia < Formula
system "autoconf"
# Libs are installed as keg-only because most software that searches for cdparanoia
# will fail to link against it cleanly due to our patches
- system "./configure", "--disable-debug",
- "--disable-dependency-tracking",
- "--prefix=#{prefix}",
+ system "./configure", "--prefix=#{prefix}",
"--mandir=#{man}",
"--libdir=#{libexec}"
system "make all"