mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-03 00:20:09 -07:00
libelf: fix build sometimes forcing -Werror. Closes #211
This commit is contained in:
parent
6780ff9bae
commit
dd0606a349
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
patch -p1 < musl-decls.patch
|
patch -p1 < musl-decls.patch
|
||||||
|
|
||||||
|
# Build sometimes forces -Werror.
|
||||||
|
export CFLAGS="$CFLAGS -Wno-error"
|
||||||
|
|
||||||
# Disable configure error for missing argp.
|
# Disable configure error for missing argp.
|
||||||
sed -i 's/as_fn_error.*libargp/: "/g' configure
|
sed -i 's/as_fn_error.*libargp/: "/g' configure
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user