changeset 3602:c2e1f9b89e6a

gnutls: update to 3.2.15 * src/gnutls.mk: update to version 3.2.15, configure for build with local libopts
author Stefan Mahr <dac922@gmx.de>
date Wed, 04 Jun 2014 17:44:28 +0200
parents 2d148d18a8b6
children 1dbcd8e81b6a
files src/gnutls.mk
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gnutls.mk	Tue Jun 03 09:07:05 2014 -0400
+++ b/src/gnutls.mk	Wed Jun 04 17:44:28 2014 +0200
@@ -2,8 +2,8 @@
 # See index.html for further information.
 
 PKG             := gnutls
-$(PKG)_VERSION  := 3.2.14
-$(PKG)_CHECKSUM := a660dfb59bd6f907eeb5c73c540cdddeb51bf8ae
+$(PKG)_VERSION  := 3.2.15
+$(PKG)_CHECKSUM := 31f289b48b0bf054f5f8c16d3b878615d0ae06fc
 $(PKG)_SUBDIR   := gnutls-$($(PKG)_VERSION)
 $(PKG)_FILE     := gnutls-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := http://ftp.gnu.org/gnu/gnutls/$($(PKG)_FILE)
@@ -53,6 +53,7 @@
         --with-libregex-cflags="`$(MXE_PKG_CONFIG) libpcreposix --cflags`" \
         --with-libregex-libs="`$(MXE_PKG_CONFIG) libpcreposix --libs`" \
         --with-included-libcfg \
+        --enable-local-libopts \
         --without-p11-kit \
         --disable-silent-rules \
         $($(PKG)_CONFIGURE_OPTIONS) \