aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cdparanoia.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/cdparanoia.rb')
-rw-r--r--Library/Formula/cdparanoia.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/cdparanoia.rb b/Library/Formula/cdparanoia.rb
index 8b0594238..652b30dce 100644
--- a/Library/Formula/cdparanoia.rb
+++ b/Library/Formula/cdparanoia.rb
@@ -13,6 +13,7 @@ class Cdparanoia <Formula
end
def install
+ fails_with_llvm "\"File too small\" error while linking", :build => 2326
system "autoconf"
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--mandir=#{man}"