aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pcre.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pcre.rb')
-rw-r--r--Library/Formula/pcre.rb2
1 files changed, 2 insertions, 0 deletions
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",