diff --git a/packages/devel/libtool/package.mk b/packages/devel/libtool/package.mk index d9939fa9f4..0eb040eb25 100644 --- a/packages/devel/libtool/package.mk +++ b/packages/devel/libtool/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libtool" -PKG_VERSION="2.5.3" -PKG_SHA256="898011232cc59b6b3bbbe321b60aba9db1ac11578ab61ed0df0299458146ae2e" +PKG_VERSION="2.5.4" +PKG_SHA256="f81f5860666b0bc7d84baddefa60d1cb9fa6fceb2398cc3baca6afaa60266675" PKG_LICENSE="GPL" PKG_SITE="https://www.gnu.org/software/libtool/" PKG_URL="https://ftpmirror.gnu.org/libtool/${PKG_NAME}-${PKG_VERSION}.tar.xz" diff --git a/packages/devel/libtool/patches/libtool-03-remove-help2man-dependency.patch b/packages/devel/libtool/patches/libtool-03-remove-help2man-dependency.patch index 8e2defbb3d..401722966f 100644 --- a/packages/devel/libtool/patches/libtool-03-remove-help2man-dependency.patch +++ b/packages/devel/libtool/patches/libtool-03-remove-help2man-dependency.patch @@ -1,7 +1,7 @@ diff -Naur a/Makefile.am b/Makefile.am --- a/Makefile.am 2015-01-20 07:34:33.000000000 -0800 +++ b/Makefile.am 2015-10-27 11:16:49.027497480 -0700 -@@ -406,22 +406,6 @@ +@@ -408,23 +408,6 @@ $(AM_V_GEN)$(MAKEINFO) -P '$(srcdir)/doc' --no-headers \ $(MAKEINFOFLAGS) -o '$@' '$(notes_texi)' @@ -16,9 +16,10 @@ diff -Naur a/Makefile.am b/Makefile.am -# manual pages if the sources for the build-tree files we want to -# run have changed. -$(libtool_1): $(ltmain_sh) -- $(AM_V_GEN)$(update_mans) --help-option=--help-all libtool +- $(AM_V_GEN)$(update_mans) -n 'Provide generalized library-building support services' --help-option=--help-all libtool -$(libtoolize_1): $(libtoolize_in) -- $(AM_V_GEN)$(update_mans) libtoolize +- $(AM_V_GEN)$(update_mans) -n 'Prepare a package to use libtool' libtoolize +- - - ## ------------- ##