# HG changeset patch # User Stefan Mahr # Date 1401896668 -7200 # Node ID c2e1f9b89e6a854a7a87bef722b942e27ac169b1 # Parent 2d148d18a8b60660137bbc785b8bdcf4bb178a80 gnutls: update to 3.2.15 * src/gnutls.mk: update to version 3.2.15, configure for build with local libopts diff -r 2d148d18a8b6 -r c2e1f9b89e6a src/gnutls.mk --- 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) \