linux6.6: mark broken for i686

This commit is contained in:
Duncaen 2025-05-20 15:15:30 +02:00
parent 30de6a1aa1
commit 722d640a25
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -20,6 +20,10 @@ python_version=3
# XXX Restrict archs until a proper <arch>-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