From c7f272744a00e0c0a2b87fc5903af3acd4535860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:33 +0200 Subject: [PATCH] lxtask: needs -fcommon for gcc10 [ci skip] --- srcpkgs/lxtask/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/lxtask/template b/srcpkgs/lxtask/template index 383829a78ea..28e5458db4a 100644 --- a/srcpkgs/lxtask/template +++ b/srcpkgs/lxtask/template @@ -13,3 +13,5 @@ license="GPL-2.0-or-later" homepage="http://lxde.org/" distfiles="${SOURCEFORGE_SITE}/lxde/${pkgname}-${version}.tar.xz" checksum=41ea88f0adf31a840e4b9d137ca5ea802860d1a117845ba25f3080d74a876433 + +CFLAGS="-fcommon"