mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
gforth: fix build on musl
This commit is contained in:
parent
75d228b485
commit
969c23e055
1 changed files with 5 additions and 3 deletions
|
@ -14,6 +14,8 @@ checksum=2f62f2233bf022c23d01c920b1556aa13eab168e3236b13352ac5e9f18542bb0
|
|||
disable_parallel_build=yes
|
||||
|
||||
nocross="Configure script is picky: https://api.travis-ci.org/jobs/158049419/log.txt?deansi=true"
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
*-musl) broken="Tests fail, might just be a flushing problem";;
|
||||
esac
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
# Tests fail, might just be a flushing problem
|
||||
make_check=no
|
||||
configure_args="--without-check"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue