monkey: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
6173456987
commit
6219c8d5b1
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ make_dirs="
|
|||
/srv/www/monkey 0755 _monkey _monkey
|
||||
/var/log/monkey/htdocs 0755 _monkey _monkey"
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
*-musl) configure_args+="--musl-mode --no-backtrace ";;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue