forked from kiss-community/repo
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.
|
||||
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user