From babf2bd8f81b5042cf8cc0e0ca330cf938451d3a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 24 Jul 2021 01:35:46 +0300 Subject: libelf: use clsed --- extra/libelf/build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extra/libelf/build b/extra/libelf/build index 64d0e04d..3e4b1fd7 100755 --- a/extra/libelf/build +++ b/extra/libelf/build @@ -4,12 +4,12 @@ export CFLAGS="$CFLAGS -Wno-error" # 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 +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. -sed -i 's/color.*printversion../#/g' lib/Makefile.in +clsed 's/color.*printversion../#/g' lib/Makefile.in ./configure \ --prefix=/usr \ -- cgit v1.2.3