aboutsummaryrefslogtreecommitdiff
path: root/extra/libelf
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-10 03:27:33 +0300
committerCem Keylan <cem@ckyln.com>2021-02-10 03:27:33 +0300
commitc4619d085b47f3949e7b31d2acc5a69cd1e80476 (patch)
tree6861e1258f2fcd0aa723d1cd0b59ceeba85f469e /extra/libelf
parentfe7df1b860bd5cb9de086f0abe17d7774f4b6df0 (diff)
downloadrepository-c4619d085b47f3949e7b31d2acc5a69cd1e80476.tar.gz
libelf: bump to 0.183
Diffstat (limited to 'extra/libelf')
-rwxr-xr-xextra/libelf/build6
-rw-r--r--extra/libelf/checksums2
-rw-r--r--extra/libelf/sources2
-rw-r--r--extra/libelf/version2
4 files changed, 7 insertions, 5 deletions
diff --git a/extra/libelf/build b/extra/libelf/build
index 7bade69a..64d0e04d 100755
--- a/extra/libelf/build
+++ b/extra/libelf/build
@@ -3,8 +3,10 @@
# Build sometimes forces -Werror.
export CFLAGS="$CFLAGS -Wno-error"
-# Disable configure error for missing argp.
-sed -i 's/as_fn_error.*libargp/: "/g' configure
+# Disable configure error for missing argp, fts, and obstack.
+sed -i -e 's/as_fn_error.*argp/: "/g' \
+ -e 's/as_fn_error.*fts/: "/g' \
+ -e 's/as_fn_error.*obstack/: "/g' configure
# Don't compile two unrelated C files which require argp.
sed -i 's/color.*printversion../#/g' lib/Makefile.in
diff --git a/extra/libelf/checksums b/extra/libelf/checksums
index f822f2fa..601341b5 100644
--- a/extra/libelf/checksums
+++ b/extra/libelf/checksums
@@ -1,2 +1,2 @@
-ecc406914edf335f0b7fc084ebe6c460c4d6d5175bfdd6688c1c78d9146b8858 elfutils-0.182.tar.bz2
+c3637c208d309d58714a51e61e63f1958808fead882e9b607506a29e5474f2c5 elfutils-0.183.tar.bz2
bf11b56670c7919b44e33b5b0f3a216b7f20cf2859b74bf5e2e837532f8e0579 error.h
diff --git a/extra/libelf/sources b/extra/libelf/sources
index 71eb0aea..1bf25c54 100644
--- a/extra/libelf/sources
+++ b/extra/libelf/sources
@@ -1,2 +1,2 @@
-https://sourceware.org/elfutils/ftp/0.182/elfutils-0.182.tar.bz2
+https://sourceware.org/elfutils/ftp/0.183/elfutils-0.183.tar.bz2
files/error.h lib
diff --git a/extra/libelf/version b/extra/libelf/version
index c62d59ae..185ce78d 100644
--- a/extra/libelf/version
+++ b/extra/libelf/version
@@ -1 +1 @@
-0.182 1
+0.183 1