diff options
author | wsnipex <wsnipex@a1.net> | 2015-10-27 13:28:42 +0100 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2015-10-27 13:54:15 +0100 |
commit | 3c38befbfb1505f52b9dce0601a2e26ffc92c1f0 (patch) | |
tree | 02ee662cd9bd56dbc5d01db8e2d4d5ba2e25621b /tools | |
parent | be9c21195b3ce9292cdf989525dff0a2c04ce0e6 (diff) |
[depends] bump gnutls to 3.3.15
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/gnutls/Makefile | 4 | ||||
-rw-r--r-- | 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 <stdint.h> ++#include <limits.h> + + /* Get malloc, realloc, free. */ + #include <stdlib.h> + +--- 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. */ |