diff options
| author | Douglas Creager | 2010-10-06 14:42:00 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-06 18:56:52 -0700 |
| commit | 134a3ad8f543fe7cf80efd7b7c6dd1d7f0e77ddf (patch) | |
| tree | c5c4578da16912a8c9ecbd2f19fdc270efc06048 /Library/Formula/gnutls.rb | |
| parent | 5a980a9f8b71545bb6729343548f2d4f8fba8e95 (diff) | |
| download | homebrew-134a3ad8f543fe7cf80efd7b7c6dd1d7f0e77ddf.tar.bz2 | |
gnutls fails with LLVM 2326
Diffstat (limited to 'Library/Formula/gnutls.rb')
| -rw-r--r-- | Library/Formula/gnutls.rb | 1 |
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" |
