summaryrefslogtreecommitdiff
path: root/package/gnutls/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-08 11:44:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-08 11:44:11 +0200
commit9533625f503d4654295ec2e4e1b5387a1fddbe1d (patch)
tree92c1bdcd1681a3c0ca74ed98339b30868b131a6a /package/gnutls/Makefile
parentefe65e0d72d38a2a7c80d057996e17a99c396da3 (diff)
update to latest upstream version with libgcrypt crypto backend
Diffstat (limited to 'package/gnutls/Makefile')
-rw-r--r--package/gnutls/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/package/gnutls/Makefile b/package/gnutls/Makefile
index bd4fc9f81..c4c5e0cb1 100644
--- a/package/gnutls/Makefile
+++ b/package/gnutls/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= gnutls
-PKG_VERSION:= 2.8.6
+PKG_VERSION:= 2.12.11
PKG_RELEASE:= 1
-PKG_MD5SUM:= eb0a6d7d3cb9ac684d971c14f9f6d3ba
+PKG_MD5SUM:= f08234b64a8025d6d5aa1307868b02ed
PKG_DESCR:= GNU TLS library
PKG_SECTION:= crypto
PKG_DEPENDS:= libgcrypt libtasn1 zlib
@@ -34,9 +34,12 @@ $(eval $(call PKG_template,LIBGNUTLS_OPENSSL,libgnutls-openssl,${PKG_VERSION}-${
TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
CONFIGURE_ARGS+= --without-libopencdk-prefix \
--disable-camellia \
+ --with-libgcrypt \
--with-libgcrypt-prefix=${STAGING_TARGET_DIR}/usr \
--disable-rpath \
- --without-libz-prefix
+ --without-libz-prefix \
+ --without-p11-kit \
+ --without-nettle-prefix
post-install:
${INSTALL_DIR} ${IDIR_LIBGNUTLS}/usr/lib