diff options
-rwxr-xr-x | extra/libelf/build | 8 |
1 files 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 \ |