arduino: mark broken for musl and nocross.
This commit is contained in:
parent
6afd3663b6
commit
2e534dcec0
|
@ -18,6 +18,11 @@ distfiles="
|
||||||
checksum="2fcdf989d7eacf052b357f1e4d3a1bf177c0e76110085ed0f78314ea47faacf0
|
checksum="2fcdf989d7eacf052b357f1e4d3a1bf177c0e76110085ed0f78314ea47faacf0
|
||||||
6c3ab029e0e4a75e2e603d449014374aa8269218fdd03a4aaa46ab743b1912fd"
|
6c3ab029e0e4a75e2e603d449014374aa8269218fdd03a4aaa46ab743b1912fd"
|
||||||
nostrip=yes
|
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() {
|
do_build() {
|
||||||
. /etc/profile.d/apache-ant.sh
|
. /etc/profile.d/apache-ant.sh
|
||||||
|
|
Loading…
Reference in New Issue