qemu does not compile correctly with llvm
This commit is contained in:
parent
5dbd1ba801
commit
27662beb57
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue