summaryrefslogtreecommitdiffstats
path: root/src/gnutls.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-02-10 12:47:55 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-02-10 12:47:55 (GMT)
commit1a6cb3a15b6c2cdb597f4129f36a9f8d69ca1943 (patch)
tree1929f464f63b2bcdcb433682495d3f1deaf420eb /src/gnutls.mk
parent14a8fce1b0dfd0bd629bfd26265f0fa533cf9a56 (diff)
downloadmxe-1a6cb3a15b6c2cdb597f4129f36a9f8d69ca1943.zip
mxe-1a6cb3a15b6c2cdb597f4129f36a9f8d69ca1943.tar.gz
mxe-1a6cb3a15b6c2cdb597f4129f36a9f8d69ca1943.tar.bz2
update package gnutls
Diffstat (limited to 'src/gnutls.mk')
-rw-r--r--src/gnutls.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gnutls.mk b/src/gnutls.mk
index 361b697..d738e84 100644
--- a/src/gnutls.mk
+++ b/src/gnutls.mk
@@ -2,7 +2,7 @@
# See index.html for further information.
PKG := gnutls
-$(PKG)_CHECKSUM := 734f85dc81d4867e20830f83afd36519ea5ccdcd
+$(PKG)_CHECKSUM := ad9c281fc6d5d8d5af9a2d8225baf9ec556e2723
$(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION)
$(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1//$($(PKG)_FILE)
@@ -31,6 +31,7 @@ define $(PKG)_BUILD
--prefix='$(PREFIX)/$(TARGET)' \
--disable-nls \
--disable-guile \
+ --disable-docs \
--with-included-libtasn1 \
--with-libregex='$(PREFIX)/$(TARGET)' \
--with-regex-header=pcreposix.h \