arduino: mark broken for musl and nocross.

This commit is contained in:
Érico Rolim 2020-09-25 20:53:26 -03:00 committed by Érico Nogueira Rolim
parent 6afd3663b6
commit 2e534dcec0
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ distfiles="
checksum="2fcdf989d7eacf052b357f1e4d3a1bf177c0e76110085ed0f78314ea47faacf0
6c3ab029e0e4a75e2e603d449014374aa8269218fdd03a4aaa46ab743b1912fd"
nostrip=yes
nocross="cross build lacks essential libraries"
if [ "$XBPS_TARGET_LIBC" = musl ]; then
broken="downloads multiple binaries linked to glibc; segfaults with gcompat"
fi
do_build() {
. /etc/profile.d/apache-ant.sh