aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-14 16:07:33 -0600
committerJack Nagel2013-11-14 16:20:24 -0600
commitca9684fc70163cbb384a45dbb7dd6387636cdafc (patch)
tree0c4487797430ba37081b8da88e79c14e245d78bf /Library
parent65528f50d9e581cedb1815deac440cb62abea6f0 (diff)
downloadhomebrew-ca9684fc70163cbb384a45dbb7dd6387636cdafc.tar.bz2
cdparanoia: removed unrecognized configure switches
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"