gnutls: fix detection of libtasn1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
a1db535977
commit
c1668694c0
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ class Gnutls < Formula
|
|||
|
||||
def install
|
||||
ENV.universal_binary # build fat so wine can use it
|
||||
ENV.append 'LDFLAGS', '-ltasn1' # find external libtasn1
|
||||
|
||||
system "./configure", "--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue