aboutsummaryrefslogtreecommitdiff
path: root/extra/libelf
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libelf')
-rwxr-xr-xextra/libelf/build11
-rw-r--r--extra/libelf/checksums5
-rw-r--r--extra/libelf/sources2
-rw-r--r--extra/libelf/version2
4 files changed, 14 insertions, 6 deletions
diff --git a/extra/libelf/build b/extra/libelf/build
index 3e4b1fd7..ab7be6a0 100755
--- a/extra/libelf/build
+++ b/extra/libelf/build
@@ -8,8 +8,15 @@ clsed 's/as_fn_error.*argp/: "/g' configure
clsed 's/as_fn_error.*fts/: "/g' configure
clsed 's/as_fn_error.*obstack/: "/g' configure
-# Don't compile two unrelated C files which require argp.
-clsed 's/color.*printversion../#/g' lib/Makefile.in
+# Don't compile unrelated C files which require argp.
+#
+# False positive, we are not trying to expand anything
+# shellcheck disable=2016
+{
+ clsed 's/color.*printversion../#/g' lib/Makefile.in
+ clsed 's/error.*printversion../#/g' lib/Makefile.in
+ clsed 's/color\.\$(OBJ/#/g' lib/Makefile.in
+}
./configure \
--prefix=/usr \
diff --git a/extra/libelf/checksums b/extra/libelf/checksums
index d2ef4aeb..e2745edd 100644
--- a/extra/libelf/checksums
+++ b/extra/libelf/checksums
@@ -1,2 +1,3 @@
-dc8d3e74ab209465e7f568e1b3bb9a5a142f8656e2b57d10049a73da2ae6b5a6 elfutils-0.185.tar.bz2
-bf11b56670c7919b44e33b5b0f3a216b7f20cf2859b74bf5e2e837532f8e0579 error.h
+%BLAKE3
+e9e3f567ab63784d968f708c08ea5a09dd5fae2f0846d0d43a2ebc8b542c15b2 elfutils-0.191.tar.bz2
+08e8eb364790fd0a2ad16aa325397b0a9213fab374ebc1402ad305736d1a93f3 error.h
diff --git a/extra/libelf/sources b/extra/libelf/sources
index 1903c165..9fea8780 100644
--- a/extra/libelf/sources
+++ b/extra/libelf/sources
@@ -1,2 +1,2 @@
-https://sourceware.org/elfutils/ftp/0.185/elfutils-0.185.tar.bz2
+https://sourceware.org/elfutils/ftp/0.191/elfutils-0.191.tar.bz2
files/error.h lib
diff --git a/extra/libelf/version b/extra/libelf/version
index 4b6b3aea..86988463 100644
--- a/extra/libelf/version
+++ b/extra/libelf/version
@@ -1 +1 @@
-0.185 1
+0.191 1