aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2011-07-04 13:05:34 -0700
committerAdam Vandenberg2011-07-04 13:05:34 -0700
commitbf2dd2bea04daf78a98888cf20fdf438fb777112 (patch)
treebd4b5b699023daef955f5dd2840f69191a2eefae
parent418a18c886c362f0e2f5f91012e20a1af5a1bf02 (diff)
downloadhomebrew-bf2dd2bea04daf78a98888cf20fdf438fb777112.tar.bz2
qemu does not compile correctly with llvm
-rw-r--r--Library/Formula/qemu.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/qemu.rb b/Library/Formula/qemu.rb
index f7a8c0992..1c18e8c3d 100644
--- a/Library/Formula/qemu.rb
+++ b/Library/Formula/qemu.rb
@@ -8,6 +8,8 @@ class Qemu < Formula
depends_on 'jpeg'
depends_on 'gnutls'
+ fails_with_llvm "Segmentation faults occur at run-time with LLVM"
+
def install
system "./configure", "--prefix=#{prefix}",
"--disable-darwin-user",