flatpak: unbreak on aarch64-musl

This commit is contained in:
classabbyamp 2025-05-25 19:37:29 -04:00
parent 9895bc85c0
commit 46df881fc4
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -33,10 +33,6 @@ 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