spicy: broken for 32-bit cross

This commit is contained in:
Andrew Benson 2025-01-08 17:38:29 -06:00
parent 0b4bd3900e
commit 81b2447e03

View file

@ -14,6 +14,9 @@ distfiles="https://github.com/zeek/spicy/releases/download/v${version}/spicy.tar
checksum=4b07c9ee1b4ebebc386d546ef456de29e218c28f3b24326a5135169d3ed9c005
if [ "$CROSS_BUILD" ]; then
if [ $XBPS_TARGET_WORDSIZE = 32 ]; then
broken="what(): Value too large for defined data type: '/builddir/spicy-1.12.0/build/bin/hilti-config'"
fi
export CROSSCOMPILE_EMULATOR="/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static"
else
export CROSSCOMPILE_EMULATOR=