mit-scheme-c: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:35 +02:00
parent c6b6681bac
commit 037bb5c2b8
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ alternatives="
"
nocross="Tries to build parts of the package with itself"
CFLAGS="-fcommon"
case "$XBPS_TARGET_MACHINE" in
ppc) broken="free(): invalid pointer";;
ppc*-musl) broken="Fails to link";;