mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -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
|
||||
|
||||
# Build sometimes forces -Werror.
|
||||
export CFLAGS="$CFLAGS -Wno-error"
|
||||
|
||||
# Disable configure error for missing argp.
|
||||
sed -i 's/as_fn_error.*libargp/: "/g' configure
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user