aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Creager2010-10-06 14:42:00 -0400
committerAdam Vandenberg2010-10-06 18:56:52 -0700
commit134a3ad8f543fe7cf80efd7b7c6dd1d7f0e77ddf (patch)
treec5c4578da16912a8c9ecbd2f19fdc270efc06048
parent5a980a9f8b71545bb6729343548f2d4f8fba8e95 (diff)
downloadhomebrew-134a3ad8f543fe7cf80efd7b7c6dd1d7f0e77ddf.tar.bz2
gnutls fails with LLVM 2326
-rw-r--r--Library/Formula/gnutls.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb
index f12d8c2ba..a785cae29 100644
--- a/Library/Formula/gnutls.rb
+++ b/Library/Formula/gnutls.rb
@@ -10,6 +10,7 @@ class Gnutls <Formula
depends_on 'libtasn1' => :optional
def install
+ fails_with_llvm "Undefined symbols when linking", :build => "2326"
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-guile"