mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +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"
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "aarch64-musl" ]; then
|
||||
broken="cross compiler syscall numbers are currently wrong"
|
||||
fi
|
||||
|
||||
if [ -z "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -Dtests=false"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue