vboot-utils: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
3609c77024
commit
9bc1446084
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ short_desc="Verified boot kernel utilities"
|
|||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="BSD"
|
||||
homepage="https://chromium.googlesource.com/chromiumos/platform/vboot_reference.git"
|
||||
CFLAGS='-D_GNU_SOURCE -Wno-error'
|
||||
CFLAGS='-D_GNU_SOURCE -Wno-error -fcommon'
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) broken="https://build.voidlinux.org/builders/aarch64-musl_builder/builds/8508/steps/shell_3/logs/stdio" ;;
|
||||
|
|
Loading…
Reference in a new issue