From 3802cb7b283b50ea387a7b0c41abb43fb86508c6 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 7 Aug 2022 10:54:35 +0000 Subject: [PATCH] binutils: update to 2.39 --- packages/devel/binutils/package.mk | 6 +++--- ...binutils-2-39-dont-error-on-missing-makeinfo.patch | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 packages/devel/binutils/patches/binutils-02-binutils-2-39-dont-error-on-missing-makeinfo.patch diff --git a/packages/devel/binutils/package.mk b/packages/devel/binutils/package.mk index 363c78c0f5..40fc3a3759 100644 --- a/packages/devel/binutils/package.mk +++ b/packages/devel/binutils/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="binutils" -PKG_VERSION="2.38" -PKG_SHA256="e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024" +PKG_VERSION="2.39" +PKG_SHA256="645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00" PKG_LICENSE="GPL" PKG_SITE="https://www.gnu.org/software/binutils/" PKG_URL="https://ftp.gnu.org/gnu/binutils/${PKG_NAME}-${PKG_VERSION}.tar.xz" @@ -64,7 +64,7 @@ makeinstall_host() { cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include make -C bfd install # fix parallel build with libctf requiring bfd # override the makeinfo binary with true - this does not build the documentation - make MAKEINFO=true install + make HELP2MAN=true MAKEINFO=true install } make_target() { diff --git a/packages/devel/binutils/patches/binutils-02-binutils-2-39-dont-error-on-missing-makeinfo.patch b/packages/devel/binutils/patches/binutils-02-binutils-2-39-dont-error-on-missing-makeinfo.patch new file mode 100644 index 0000000000..e14501d4df --- /dev/null +++ b/packages/devel/binutils/patches/binutils-02-binutils-2-39-dont-error-on-missing-makeinfo.patch @@ -0,0 +1,11 @@ +--- a/bfd/Makefile.in 2022-08-05 09:53:59.000000000 +0000 ++++ b/bfd/Makefile.in 2022-08-07 11:22:25.397501975 +0000 +@@ -264,7 +264,7 @@ + am__v_texidevnull_0 = > /dev/null + am__v_texidevnull_1 = + am__dirstamp = $(am__leading_dot)dirstamp +-INFO_DEPS = doc/bfd.info ++INFO_DEPS = + am__TEXINFO_TEX_DIR = $(srcdir) + DVIS = doc/bfd.dvi + PDFS = doc/bfd.pdf