gnutls: remove unused fails_with :llvm.

This commit is contained in:
Mike McQuaid 2016-12-13 01:57:41 +00:00 committed by Tomasz Pajor
parent be749ccde8
commit 9ba5035d31

View file

@ -19,11 +19,6 @@ class Gnutls < Formula
depends_on "guile" => :optional
depends_on "unbound" => :optional
fails_with :llvm do
build 2326
cause "Undefined symbols when linking"
end
def install
# Fix "dyld: lazy symbol binding failed: Symbol not found: _getentropy"
# Reported 18 Oct 2016 https://gitlab.com/gnutls/gnutls/issues/142