mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
linux6.6: mark broken for i686
This commit is contained in:
parent
30de6a1aa1
commit
722d640a25
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue