diff --git a/srcpkgs/linux4.9/template b/srcpkgs/linux4.9/template index df3f4e10495..61ca332208a 100644 --- a/srcpkgs/linux4.9/template +++ b/srcpkgs/linux4.9/template @@ -35,6 +35,13 @@ mutable_files=" /usr/lib/modules/${_kernver}/modules.alias.bin /usr/lib/modules/${_kernver}/modules.devname" +case "$XBPS_TARGET_MACHINE" in + # PLS FIX + aarch64*) + broken="https://build.voidlinux.org/builders/aarch64_builder/builds/21625/steps/shell_3/logs/stdio" + ;; +esac + do_configure() { # If there's a file called -dotconfig, use it to # configure the kernel; otherwise use arch defaults and all stuff