From 9bc144608486777a6bedfe2ca3bf14f7852438a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:58 +0200 Subject: [PATCH] vboot-utils: needs -fcommon for gcc10 [ci skip] --- srcpkgs/vboot-utils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vboot-utils/template b/srcpkgs/vboot-utils/template index 6eedd49819..46871f18f2 100644 --- a/srcpkgs/vboot-utils/template +++ b/srcpkgs/vboot-utils/template @@ -10,7 +10,7 @@ short_desc="Verified boot kernel utilities" maintainer="Enno Boland " 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" ;;