ccl: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:18 +02:00
parent b0486a3410
commit d53c518e2a

View file

@ -24,12 +24,13 @@ python_version=3
case $XBPS_MACHINE in
x86_64*) _arch=64 ;;
i686*) broken="Build hangs forever" ;;
i686-musl) broken="SIGSEGV accessing context->regs: address not mapped to object" ;;
*) _arch='' ;;
esac
post_extract() {
mv ccl-${version}/* .
vsed -i -e"/^COPT =/s/$/ -fcommon/" lisp-kernel/*/Makefile
}
do_build() {