aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cdrdao.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/cdrdao.rb')
-rw-r--r--Library/Formula/cdrdao.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/cdrdao.rb b/Library/Formula/cdrdao.rb
index 0e7bc6bb1..62b4000ba 100644
--- a/Library/Formula/cdrdao.rb
+++ b/Library/Formula/cdrdao.rb
@@ -18,6 +18,7 @@ class Cdrdao <Formula
end
def install
+ fails_with_llvm "Segfault while linking", :build => 2326
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--mandir=#{man}"
system "make install"