From c4619d085b47f3949e7b31d2acc5a69cd1e80476 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 10 Feb 2021 03:27:33 +0300 Subject: libelf: bump to 0.183 --- extra/libelf/build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'extra/libelf/build') 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 -- cgit v1.2.3