From 781b89cfcfff052e7c3e9b01cfc147845bbb924f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 19:24:31 +0200 Subject: [PATCH] qv4l2: needs -fcommon for gcc10 [ci skip] --- srcpkgs/qv4l2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qv4l2/template b/srcpkgs/qv4l2/template index 5d1f29e973..30929bd2c6 100644 --- a/srcpkgs/qv4l2/template +++ b/srcpkgs/qv4l2/template @@ -20,7 +20,7 @@ if [ "$CROSS_BUILD" ]; then LDFLAGS="-lpthread" fi -CFLAGS="-Wno-error=unused-function" +CFLAGS="-Wno-error=unused-function -fcommon" case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone"