From 35568d01cc4faf2f504d12097b812c0b8c93e618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:13 +0200 Subject: [PATCH] bitchx: needs -fcommon for gcc10 [ci skip] --- srcpkgs/bitchx/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/bitchx/template b/srcpkgs/bitchx/template index 53278edc409..55ca42d63d4 100644 --- a/srcpkgs/bitchx/template +++ b/srcpkgs/bitchx/template @@ -13,3 +13,5 @@ distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=2d270500dd42b5e2b191980d584f6587ca8a0dbda26b35ce7fadb519f53c83e2 disable_parallel_build=yes + +CFLAGS="-fcommon"