MEGAcmd: broken for aarch64 because of host guile
This commit is contained in:
parent
6c04210f8e
commit
fcd86c6a0a
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ distfiles="https://github.com/meganz/MEGAcmd/archive/${version}.tar.gz"
|
|||
checksum=791fe292b077d0fe11635a8a24bd3d5f3846ed5a0ea675bd05d5ae10d86a675b
|
||||
replaces="megacmd>=0"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/7450/steps/shell_3/logs/stdio" ;;
|
||||
esac
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args="--with-libtool-sysroot=${XBPS_CROSS_BASE}"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue