From e03486e5d33c22d7a9ef328f91ded55d3db5ff2b Mon Sep 17 00:00:00 2001 From: heitbaum Date: Mon, 28 Dec 2020 05:55:08 +0000 Subject: [PATCH] elfutils: update to 0.182 --- packages/devel/elfutils/package.mk | 6 ++++-- .../elfutils-001-make-executables-optional.patch | 10 +++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/packages/devel/elfutils/package.mk b/packages/devel/elfutils/package.mk index 7f0997d4b5..71f6fd82bb 100644 --- a/packages/devel/elfutils/package.mk +++ b/packages/devel/elfutils/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="elfutils" -PKG_VERSION="0.178" -PKG_SHA256="31e7a00e96d4e9c4bda452e1f2cdac4daf8abd24f5e154dee232131899f3a0f2" +PKG_VERSION="0.182" +PKG_SHA256="ecc406914edf335f0b7fc084ebe6c460c4d6d5175bfdd6688c1c78d9146b8858" PKG_LICENSE="GPL" PKG_SITE="https://sourceware.org/elfutils/" PKG_URL="https://sourceware.org/elfutils/ftp/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2" @@ -26,6 +26,7 @@ PKG_CONFIGURE_OPTS_HOST="utrace_cv_cc_biarch=false \ --disable-programs \ --disable-nls \ --disable-debuginfod \ + --disable-libdebuginfod \ --with-zlib \ --without-bzlib \ --without-lzma" @@ -34,6 +35,7 @@ PKG_CONFIGURE_OPTS_TARGET="utrace_cv_cc_biarch=false \ ${PKG_PROGRAMS} \ --disable-nls \ --disable-debuginfod \ + --disable-libdebuginfod \ --with-zlib \ --without-bzlib \ --without-lzma" diff --git a/packages/devel/elfutils/patches/elfutils-001-make-executables-optional.patch b/packages/devel/elfutils/patches/elfutils-001-make-executables-optional.patch index 54f7da2ef8..f1ca865b80 100644 --- a/packages/devel/elfutils/patches/elfutils-001-make-executables-optional.patch +++ b/packages/devel/elfutils/patches/elfutils-001-make-executables-optional.patch @@ -12,19 +12,19 @@ diff --git a/Makefile.am b/Makefile.am index bd8926b..1733937 100644 --- a/Makefile.am +++ b/Makefile.am -@@ -27,7 +27,11 @@ AM_MAKEFLAGS = --no-print-directory +@@ -27,7 +27,11 @@ pkginclude_HEADERS = version.h SUBDIRS = config m4 lib libelf libcpu backends libebl libdwelf libdwfl libdw \ -- libasm src po doc tests -+ libasm po doc tests +- libasm debuginfod src po doc tests ++ libasm debuginfod po doc tests + +if BUILD_PROGRAMS + SUBDIRS += src +endif - if DEBUGINFOD - SUBDIRS += debuginfod + EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \ + COPYING COPYING-GPLV2 COPYING-LGPLV3 diff --git a/configure.ac b/configure.ac index 5a2dc37..a1e856a 100644 --- a/configure.ac