From cc772f2c1fac506328011a521628cfdd51bcce1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 25 Sep 2020 20:53:26 -0300 Subject: [PATCH] arduino: mark broken for musl and nocross. --- srcpkgs/arduino/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/arduino/template b/srcpkgs/arduino/template index fa30576f2f0..379fd750981 100644 --- a/srcpkgs/arduino/template +++ b/srcpkgs/arduino/template @@ -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