2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

libelf: avoid chmod

This commit is contained in:
Dylan Araps 2021-07-28 12:35:57 +03:00
parent af7bffe6bb
commit 91e72c8e2e
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -6,13 +6,12 @@ export CFLAGS="$CFLAGS -Wno-error"
# Disable configure error for missing argp/fts/obstack.
sed 's/as_fn_error.*\(argp\|fts\|_obstack\)/: "/g' configure > _
mv -f _ configure
chmod +x configure
# Don't compile two unrelated C files which require argp.
sed 's/color.*printversion../#/g' lib/Makefile.in > _
mv -f _ lib/Makefile.in
./configure \
sh ./configure \
--prefix=/usr \
--disable-symbol-versioning \
--disable-debuginfod \