aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorStefan2012-11-13 04:54:16 +0100
committerJack Nagel2012-11-14 12:48:18 -0600
commit5981f7f0b23ac28d217475fdf0c56a5490b3fa32 (patch)
tree125962205bbafc66ed18c7b2ca55ba4df40d8f9e /Library/Formula
parent6838eab2bd71c47b07192d647be6518eae1170ba (diff)
downloadhomebrew-5981f7f0b23ac28d217475fdf0c56a5490b3fa32.tar.bz2
Update gnutls to 3.1.4
Closes #16009. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gnutls.rb10
1 files changed, 3 insertions, 7 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb
index 575740098..578c26821 100644
--- a/Library/Formula/gnutls.rb
+++ b/Library/Formula/gnutls.rb
@@ -2,16 +2,15 @@ require 'formula'
class Gnutls < Formula
homepage 'http://www.gnu.org/software/gnutls/gnutls.html'
- url 'http://ftpmirror.gnu.org/gnutls/gnutls-3.1.3.tar.xz'
- mirror 'http://ftp.gnu.org/gnu/gnutls/gnutls-3.1.3.tar.xz'
- sha256 'fcb236c663489d3dba5a3f41486810f3889eb4508403ebeeb58b79f0b34bce39'
+ url 'http://ftpmirror.gnu.org/gnutls/gnutls-3.1.4.tar.xz'
+ mirror 'http://ftp.gnu.org/gnu/gnutls/gnutls-3.1.4.tar.xz'
+ sha256 'f27d92cdca8a4f4406e58c91e90e9ce1c6f23d1bbeddf864be789b99b0ef7d70'
depends_on 'xz' => :build
depends_on 'pkg-config' => :build
depends_on 'libtasn1'
depends_on 'p11-kit'
depends_on 'nettle'
- depends_on 'gmp'
fails_with :llvm do
build 2326
@@ -19,10 +18,7 @@ class Gnutls < Formula
end
def install
- ENV.append 'LDFLAGS', '-ltasn1' # find external libtasn1
-
system "./configure", "--disable-dependency-tracking",
- "--disable-guile",
"--disable-static",
"--prefix=#{prefix}"
system "make install"