From 9f238ff33c755b7bf6ef1b178bb0056632afb445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:18 +0200 Subject: [PATCH] cdemu-daemon: needs -fcommon for gcc10 [ci skip] --- srcpkgs/cdemu-daemon/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/cdemu-daemon/template b/srcpkgs/cdemu-daemon/template index 66b1f128663..156083427b5 100644 --- a/srcpkgs/cdemu-daemon/template +++ b/srcpkgs/cdemu-daemon/template @@ -12,3 +12,5 @@ license="GPL-2.0-or-later" homepage="http://cdemu.sourceforge.net" distfiles="${SOURCEFORGE_SITE}/cdemu/cdemu-daemon-${version}.tar.bz2" checksum=a6b32d4b78631e5f449f05f8d26b7f2f46dd3e82387f5855ccabb4933592de0b + +CFLAGS="-fcommon"