mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
spicy: broken for 32-bit cross
This commit is contained in:
parent
0b4bd3900e
commit
81b2447e03
1 changed files with 3 additions and 0 deletions
|
@ -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=
|
||||
|
|
Loading…
Add table
Reference in a new issue