summaryrefslogtreecommitdiffstats
path: root/rules/host-autotools-libtool.make
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2017-02-04 18:47:15 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-02-09 17:32:50 +0100
commitc17b113e33a67580c8d1e53d0a4bad03cc693391 (patch)
treeb083f2c5a2e16a32a345c469a206b5e71923c3b4 /rules/host-autotools-libtool.make
parent508a7f443e83273457e1feee06ac294dc7ede05c (diff)
downloadptxdist-c17b113e33a67580c8d1e53d0a4bad03cc693391.tar.gz
ptxdist-c17b113e33a67580c8d1e53d0a4bad03cc693391.tar.xz
libtool: update 2.4.2 -> 2.4.6
Also add two upstream patches to silence warnings when using binutils built with --enable-deterministic-archives. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-autotools-libtool.make')
-rw-r--r--rules/host-autotools-libtool.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/host-autotools-libtool.make b/rules/host-autotools-libtool.make
index 392ccfd17..907c5560f 100644
--- a/rules/host-autotools-libtool.make
+++ b/rules/host-autotools-libtool.make
@@ -16,8 +16,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_LIBTOOL) += host-autotools-libtool
#
# Paths and names
#
-HOST_AUTOTOOLS_LIBTOOL_VERSION := 2.4.2
-HOST_AUTOTOOLS_LIBTOOL_MD5 := d2f3b7d4627e69e13514a40e72a24d50
+HOST_AUTOTOOLS_LIBTOOL_VERSION := 2.4.6
+HOST_AUTOTOOLS_LIBTOOL_MD5 := addf44b646ddb4e3919805aa88fa7c5e
HOST_AUTOTOOLS_LIBTOOL := libtool-$(HOST_AUTOTOOLS_LIBTOOL_VERSION)
HOST_AUTOTOOLS_LIBTOOL_SUFFIX := tar.gz
HOST_AUTOTOOLS_LIBTOOL_URL := $(call ptx/mirror, GNU, libtool/$(HOST_AUTOTOOLS_LIBTOOL).$(HOST_AUTOTOOLS_LIBTOOL_SUFFIX))