gnutls 3.1.18
Closes Homebrew/homebrew#26084. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
96f866a7a2
commit
106a3f0fb3
1 changed files with 3 additions and 37 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Gnutls < Formula
|
||||
homepage 'http://gnutls.org'
|
||||
url 'ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-3.1.10.tar.xz'
|
||||
mirror 'http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.10.tar.xz'
|
||||
sha1 '1097644b0e58754217c4f9edbdf68e9f7aa7e08d'
|
||||
url 'ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-3.1.18.tar.xz'
|
||||
mirror 'http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.18.tar.xz'
|
||||
sha1 '360cdb86c1bb6494c27901b5d4c8815b37d5bd4c'
|
||||
|
||||
depends_on 'xz' => :build
|
||||
depends_on 'pkg-config' => :build
|
||||
|
@ -18,13 +18,6 @@ class Gnutls < Formula
|
|||
cause "Undefined symbols when linking"
|
||||
end
|
||||
|
||||
def patches
|
||||
# quick and dirty fix for the incorrect
|
||||
# --with-guile-site-dir option being generated by configure.ac
|
||||
# see: http://lists.gnutls.org/pipermail/gnutls-devel/2013-July/006390.html
|
||||
DATA
|
||||
end
|
||||
|
||||
def install
|
||||
args = %W[
|
||||
--disable-dependency-tracking
|
||||
|
@ -45,30 +38,3 @@ class Gnutls < Formula
|
|||
mv man1+'certtool.1', man1+'gnutls-certtool.1'
|
||||
end
|
||||
end
|
||||
|
||||
__END__
|
||||
diff --git a/configure b/configure
|
||||
index 92c8fdc..1b5293e 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -2084,7 +2084,7 @@ with_default_trust_store_pkcs11
|
||||
with_default_trust_store_file
|
||||
with_default_crl_file
|
||||
enable_guile
|
||||
-with___with_guile_site_dir
|
||||
+with_guile_site_dir
|
||||
enable_crywrap
|
||||
'
|
||||
ac_precious_vars='build_alias
|
||||
@@ -56433,8 +56433,8 @@ $as_echo "$opt_guile_bindings" >&6; }
|
||||
|
||||
|
||||
# Check whether --with---with-guile-site-dir was given.
|
||||
-if test "${with___with_guile_site_dir+set}" = set; then :
|
||||
- withval=$with___with_guile_site_dir;
|
||||
+if test "${with_guile_site_dir+set}" = set; then :
|
||||
+ withval=$with_guile_site_dir;
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue