summaryrefslogtreecommitdiffstats
path: root/rules/libtasn1.make
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-04-18 15:44:43 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-04-20 08:58:44 +0200
commitb7e5593f6b3c594d62f534fa08b229cd926be1ec (patch)
tree1c8afab3540a567051677e6960b620b84446992e /rules/libtasn1.make
parent402f9b973e59dbc42df7a4f1585da30709538c53 (diff)
downloadptxdist-b7e5593f6b3c594d62f534fa08b229cd926be1ec.tar.gz
ptxdist-b7e5593f6b3c594d62f534fa08b229cd926be1ec.tar.xz
libtasn1: version bump 3.2 -> 4.8
BTW: gnutls didn't use libtasn1 for a longer time now, since it requires at least libtasn1 3.9. With this change gnutls uses libtasn1 again. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> [mol: add configure option for large-file support] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libtasn1.make')
-rw-r--r--rules/libtasn1.make11
1 files changed, 9 insertions, 2 deletions
diff --git a/rules/libtasn1.make b/rules/libtasn1.make
index 45df3a480..013725f84 100644
--- a/rules/libtasn1.make
+++ b/rules/libtasn1.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBTASN1) += libtasn1
#
# Paths and names
#
-LIBTASN1_VERSION := 3.2
-LIBTASN1_MD5 := 1b07629163025b9693aae9b8957842b2
+LIBTASN1_VERSION := 4.8
+LIBTASN1_MD5 := 9a6767705725544f2b86670dcfb34107
LIBTASN1 := libtasn1-$(LIBTASN1_VERSION)
LIBTASN1_SUFFIX := tar.gz
LIBTASN1_URL := $(call ptx/mirror, GNU, libtasn1/$(LIBTASN1).$(LIBTASN1_SUFFIX))
@@ -31,6 +31,13 @@ LIBTASN1_LICENSE := LGPL-2.1, GPL-3.0
LIBTASN1_CONF_TOOL := autoconf
+LIBTASN1_CONF_OPT := \
+ $(CROSS_AUTOCONF_USR) \
+ $(GLOBAL_LARGE_FILE_OPTION) \
+ --disable-doc \
+ --disable-gtk-doc-html \
+ --disable-valgrind-tests
+
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------