aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/cdargs.rb2
-rw-r--r--Library/Formula/pcre.rb2
2 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/cdargs.rb b/Library/Formula/cdargs.rb
index 6bc418a4d..32ad95780 100644
--- a/Library/Formula/cdargs.rb
+++ b/Library/Formula/cdargs.rb
@@ -6,6 +6,8 @@ class Cdargs <Formula
md5 '50be618d67f0b9f2439526193c69c567'
def install
+ fails_with_llvm "Bus error in ld on SL 10.6.4"
+
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make"
system "make install-strip"
diff --git a/Library/Formula/pcre.rb b/Library/Formula/pcre.rb
index 19e34013e..501c84e25 100644
--- a/Library/Formula/pcre.rb
+++ b/Library/Formula/pcre.rb
@@ -6,6 +6,8 @@ class Pcre <Formula
md5 '780867a700e9d4e4b9cb47aa5453e4b2'
def install
+ fails_with_llvm "Bus error in ld on SL 10.6.4"
+
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--enable-utf8",