mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-01 10:42:52 -06:00
libelf: avoid chmod
This commit is contained in:
parent
af7bffe6bb
commit
91e72c8e2e
@ -6,13 +6,12 @@ export CFLAGS="$CFLAGS -Wno-error"
|
|||||||
# Disable configure error for missing argp/fts/obstack.
|
# Disable configure error for missing argp/fts/obstack.
|
||||||
sed 's/as_fn_error.*\(argp\|fts\|_obstack\)/: "/g' configure > _
|
sed 's/as_fn_error.*\(argp\|fts\|_obstack\)/: "/g' configure > _
|
||||||
mv -f _ configure
|
mv -f _ configure
|
||||||
chmod +x configure
|
|
||||||
|
|
||||||
# Don't compile two unrelated C files which require argp.
|
# Don't compile two unrelated C files which require argp.
|
||||||
sed 's/color.*printversion../#/g' lib/Makefile.in > _
|
sed 's/color.*printversion../#/g' lib/Makefile.in > _
|
||||||
mv -f _ lib/Makefile.in
|
mv -f _ lib/Makefile.in
|
||||||
|
|
||||||
./configure \
|
sh ./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-symbol-versioning \
|
--disable-symbol-versioning \
|
||||||
--disable-debuginfod \
|
--disable-debuginfod \
|
||||||
|
Loading…
Reference in New Issue
Block a user