spicy: broken for 32-bit cross
This commit is contained in:
parent
0b4bd3900e
commit
81b2447e03
@ -14,6 +14,9 @@ distfiles="https://github.com/zeek/spicy/releases/download/v${version}/spicy.tar
|
|||||||
checksum=4b07c9ee1b4ebebc386d546ef456de29e218c28f3b24326a5135169d3ed9c005
|
checksum=4b07c9ee1b4ebebc386d546ef456de29e218c28f3b24326a5135169d3ed9c005
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
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"
|
export CROSSCOMPILE_EMULATOR="/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static"
|
||||||
else
|
else
|
||||||
export CROSSCOMPILE_EMULATOR=
|
export CROSSCOMPILE_EMULATOR=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user