From cbecee0450a0fdca51ed6cfb2134ac335e5b276d Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Fri, 7 Aug 2015 06:49:54 +0000 Subject: [PATCH] efl: mark broken on musl cross --- srcpkgs/efl/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template index a0bbe8c119..13804a550d 100644 --- a/srcpkgs/efl/template +++ b/srcpkgs/efl/template @@ -19,6 +19,10 @@ license="BSD" distfiles="http://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.gz" checksum=2552e364e83b8b747ba6f6fcca699a025751a65407055faa9a2afce29d12b6f4 +case "$XBPS_TARGET_MACHINE" in + armv[67]l-musl) broken="http://build.voidlinux.eu/builders/armv6l-musl_builder/builds/2807/steps/shell_3/logs/stdio";; +esac + if [ "$CROSS_BUILD" ]; then hostmakedepends+=" automake gettext-devel libtool efl-devel" configure_args+=" --with-eolian-cxx=/usr/bin/eolian_cxx"