Looks like a bunch of changes, almost like the project picked up some speed recently. Not sure what to make of it given 2.4.6 -> 2.4.7 took 7 years or something. Works for my builds over x86_64, arm, aarch64. https://git.savannah.gnu.org/gitweb/?p=libtool.git;a=shortlog;h=v2.5.3
Signed-off-by: Christian Melki <[email protected]> --- rules/host-autotools-libtool.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-autotools-libtool.make b/rules/host-autotools-libtool.make index b131d0211..9d192da3d 100644 --- a/rules/host-autotools-libtool.make +++ b/rules/host-autotools-libtool.make @@ -14,8 +14,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_LIBTOOL) += host-autotools-libtool # # Paths and names # -HOST_AUTOTOOLS_LIBTOOL_VERSION := 2.4.7 -HOST_AUTOTOOLS_LIBTOOL_MD5 := ed40528d8a066ee3fffd714588721cff +HOST_AUTOTOOLS_LIBTOOL_VERSION := 2.5.3 +HOST_AUTOTOOLS_LIBTOOL_MD5 := 42abe5bed6cc8207f0868968d89d77cf 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)) -- 2.34.1
