From 9ba5035d316b10d005806f629e7e60a1615af108 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 13 Dec 2016 01:57:41 +0000 Subject: [PATCH] gnutls: remove unused fails_with :llvm. --- Formula/gnutls.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Formula/gnutls.rb b/Formula/gnutls.rb index 9a3287adfd..a7c753133a 100644 --- a/Formula/gnutls.rb +++ b/Formula/gnutls.rb @@ -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