freedroidRPG: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
13db37f44c
commit
7060a6e066
1 changed files with 5 additions and 3 deletions
|
@ -16,9 +16,11 @@ distfiles="http://ftp.osuosl.org/pub/freedroid/${pkgname}-${version%.*}/${pkgnam
|
||||||
checksum=426df175034b12095e7498fd80c907e507667c960ee1da331d9e5566d1b09358
|
checksum=426df175034b12095e7498fd80c907e507667c960ee1da331d9e5566d1b09358
|
||||||
python_version=2
|
python_version=2
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
*-musl) configure_args+=" --disable-backtrace"
|
configure_args+=" --disable-backtrace"
|
||||||
esac
|
fi
|
||||||
|
|
||||||
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local script=freedroid
|
local script=freedroid
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue