mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
flatpak: mark broken for aarch64-musl
This commit is contained in:
parent
f5ac0047d3
commit
9016a52089
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ build_options_default="gir"
|
||||||
|
|
||||||
system_accounts="_flatpak"
|
system_accounts="_flatpak"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_MACHINE" = "aarch64-musl" ]; then
|
||||||
|
broken="cross compiler syscall numbers are currently wrong"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -z "$XBPS_CHECK_PKGS" ]; then
|
if [ -z "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -Dtests=false"
|
configure_args+=" -Dtests=false"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue