gforth: fix build on musl

This commit is contained in:
hazen2215 2023-03-20 17:27:20 +09:00 committed by Duncan Overbruck
parent 75d228b485
commit 969c23e055
1 changed files with 5 additions and 3 deletions

View File

@ -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