efl: mark broken on musl cross
This commit is contained in:
parent
520ddf517e
commit
cbecee0450
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue