diff src/gnutls.mk @ 2641:832d15e602a6

package gnutls: revert to ver 3.0.19 3.0.20 uses CertEnumCRLsInStore which is missing from our winapi
author Mark Brand <mabrand@mabrand.nl>
date Thu, 21 Jun 2012 22:47:10 +0200
parents 94d12f0e052c
children 172cd8ec1feb
line wrap: on
line diff
--- a/src/gnutls.mk	Thu Jun 21 21:22:33 2012 +0200
+++ b/src/gnutls.mk	Thu Jun 21 22:47:10 2012 +0200
@@ -2,7 +2,7 @@
 # See index.html for further information.
 
 PKG             := gnutls
-$(PKG)_CHECKSUM := 0c65f6a1e669c0fe85ddb2d645078b3bce9d1518
+$(PKG)_CHECKSUM := df55f60a0426de1f0efb5c1a902e209b069b3d51
 $(PKG)_SUBDIR   := gnutls-$($(PKG)_VERSION)
 $(PKG)_FILE     := gnutls-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := ftp://ftp.gnutls.org/pub/gnutls/$($(PKG)_FILE)
@@ -22,7 +22,7 @@
     $(SED) -i 's, sed , $(SED) ,g' '$(1)/gl/tests/Makefile.am'
     cd '$(1)' && aclocal -I m4 -I gl/m4 -I src/libopts/m4 --install
     cd '$(1)' && autoconf
-    cd '$(1)' && automake
+    cd '$(1)' && automake --add-missing
     # AI_ADDRCONFIG referenced by src/serv.c but not provided by mingw.
     # Value taken from http://msdn.microsoft.com/en-us/library/windows/desktop/ms737530%28v=vs.85%29.aspx
     cd '$(1)' && ./configure \