elfutils: update to 0.182

This commit is contained in:
heitbaum 2020-12-28 05:55:08 +00:00
parent a84e537f1d
commit e03486e5d3
2 changed files with 9 additions and 7 deletions

View File

@ -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"

View File

@ -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