guile: does not compile under llvm
This commit is contained in:
parent
3261f22789
commit
b0434e37c2
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ class Guile < Formula
|
|||
depends_on 'readline'
|
||||
|
||||
def install
|
||||
fails_with_llvm "Segfaults during compilation."
|
||||
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--with-libreadline-prefix=#{Formula.factory('readline').prefix}"
|
||||
|
|
Loading…
Reference in a new issue