diff --git a/srcpkgs/ccl/template b/srcpkgs/ccl/template index 70917ae7f70..5972ddeb0ce 100644 --- a/srcpkgs/ccl/template +++ b/srcpkgs/ccl/template @@ -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() {