From bf2dd2bea04daf78a98888cf20fdf438fb777112 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 4 Jul 2011 13:05:34 -0700 Subject: qemu does not compile correctly with llvm --- Library/Formula/qemu.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') 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", -- cgit v1.2.3