diff options
author | wsnipex <wsnipex@a1.net> | 2017-03-25 19:18:27 +0100 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2017-03-25 21:49:34 +0100 |
commit | 3298fc0ca6b6619c31872bb6f94b401766eb8a47 (patch) | |
tree | 2548bbf1c5118ec1feb0dbe9d5ad60e09a314d49 /tools/depends | |
parent | 44144ad3ccaeda778e59d3f58a762c338848348e (diff) |
[depends] bump gnutls to 3.5.10
Diffstat (limited to 'tools/depends')
-rw-r--r-- | tools/depends/target/gnutls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/gnutls/Makefile b/tools/depends/target/gnutls/Makefile index 69efb3a5a1..609e370173 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.4.14 +VERSION=3.5.10 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.xz @@ -16,7 +16,7 @@ endif # configuration settings CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ - ./configure --prefix=$(PREFIX) --disable-shared --without-p11-kit --disable-nls \ + ./configure --prefix=$(PREFIX) --disable-shared --without-p11-kit --disable-nls --with-included-unistring \ --with-included-libtasn1 --enable-local-libopts --disable-doc --disable-tests $(CONFIGURE_HACKS) LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a |