From c4619d085b47f3949e7b31d2acc5a69cd1e80476 Mon Sep 17 00:00:00 2001
From: Cem Keylan <cem@ckyln.com>
Date: Wed, 10 Feb 2021 03:27:33 +0300
Subject: libelf: bump to 0.183

---
 extra/libelf/build     | 6 ++++--
 extra/libelf/checksums | 2 +-
 extra/libelf/sources   | 2 +-
 extra/libelf/version   | 2 +-
 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
-- 
cgit v1.2.3