From 3c38befbfb1505f52b9dce0601a2e26ffc92c1f0 Mon Sep 17 00:00:00 2001 From: wsnipex Date: Tue, 27 Oct 2015 13:28:42 +0100 Subject: [depends] bump gnutls to 3.3.15 --- tools/depends/target/gnutls/Makefile | 4 ++-- tools/depends/target/gnutls/size-max.patch | 15 +++++++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/tools/depends/target/gnutls/Makefile b/tools/depends/target/gnutls/Makefile index df45d17f18..bbf4fa0a9e 100644 --- a/tools/depends/target/gnutls/Makefile +++ b/tools/depends/target/gnutls/Makefile @@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=gnutls -VERSION=3.3.10 +VERSION=3.3.15 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.xz @@ -14,7 +14,7 @@ endif # configuration settings CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ - ./configure --prefix=$(PREFIX) --disable-shared --without-p11-kit --disable-nls --enable-local-libopts + ./configure --prefix=$(PREFIX) --disable-shared --without-p11-kit --disable-nls --enable-local-libopts --disable-doc LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a diff --git a/tools/depends/target/gnutls/size-max.patch b/tools/depends/target/gnutls/size-max.patch index f2adfc65e0..4cd927bf37 100644 --- a/tools/depends/target/gnutls/size-max.patch +++ b/tools/depends/target/gnutls/size-max.patch @@ -1,5 +1,16 @@ ---- gl/read-file.c.orig 2014-11-24 10:06:35.473877332 +0100 -+++ gl/read-file.c 2014-11-24 10:03:34.005876607 +0100 +--- gl/read-file.c.orig 2014-11-24 10:06:35.473877332 +0100 ++++ gl/read-file.c 2014-11-24 10:03:34.005876607 +0100 +@@ -27,6 +27,7 @@ + + /* Get SIZE_MAX. */ + #include ++#include + + /* Get malloc, realloc, free. */ + #include + +--- src/gl/read-file.c.orig 2014-11-24 10:06:35.473877332 +0100 ++++ src/gl/read-file.c 2014-11-24 10:03:34.005876607 +0100 @@ -27,6 +27,7 @@ /* Get SIZE_MAX. */ -- cgit v1.2.3