From 722d640a25fbeb98c0d5e2e3845eea91bd9509c2 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 20 May 2025 15:15:30 +0200 Subject: [PATCH] linux6.6: mark broken for i686 --- srcpkgs/linux6.6/template | 4 ++++ 1 file changed, 4 insertions(+) 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