diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template index ecefd8886c..a7cd5d4cdf 100644 --- a/srcpkgs/fwupd/template +++ b/srcpkgs/fwupd/template @@ -30,6 +30,11 @@ conf_files=" /etc/fwupd/remotes.d/*.conf" if [ "$CROSS_BUILD" ]; then + case "$XBPS_TARGET_MACHINE" in + arm*) # Segfaults under qemu trying to gzip non-existing files + broken="https://build.voidlinux.org/builders/armv7l_builder/builds/17377/steps/shell_3/logs/stdio" + ;; + esac configure_args+=" -Defi-cc=/usr/bin/${XBPS_CROSS_TRIPLET}-gcc" fi