From c474f2df147af91a9a6c75b70dccd7b68ad3cb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:43 +0200 Subject: [PATCH] sharutils: needs -fcommon for gcc10 [ci skip] --- srcpkgs/sharutils/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/sharutils/template b/srcpkgs/sharutils/template index ae8323ba82f..26ff6c07440 100644 --- a/srcpkgs/sharutils/template +++ b/srcpkgs/sharutils/template @@ -11,3 +11,5 @@ license="GPL-3" homepage="http://www.gnu.org/software/sharutils" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" checksum=2b05cff7de5d7b646dc1669bc36c35fdac02ac6ae4b6c19cb3340d87ec553a9a + +CFLAGS="-fcommon"