diff --git a/srcpkgs/linux6.6/template b/srcpkgs/linux6.6/template index 4eb396c0992..73eebad0b2e 100644 --- a/srcpkgs/linux6.6/template +++ b/srcpkgs/linux6.6/template @@ -20,6 +20,10 @@ python_version=3 # XXX Restrict archs until a proper -dotconfig is available in FILESDIR. archs="x86_64* i686* aarch64*" +if [ "${XBPS_TARGET_MACHINE}" == i686 ]; then + broken="arch/x86/kernel/alternative.c:1452:5: error: redefinition of 'its_static_thunk'" +fi + nodebug=yes # -dbg package is generated below manually nostrip=yes noverifyrdeps=yes