gpgme: builds with LLVM >= 2335
Closes Homebrew/homebrew#7943. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
08cb649524
commit
41bdb55b90
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Gpgme < Formula
|
|||
depends_on 'libgpg-error'
|
||||
depends_on 'libassuan'
|
||||
|
||||
fails_with_llvm
|
||||
fails_with_llvm :build => 2334
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue