From 84d349582ae8b4e9d53c40a7c36d5ca96a27fe63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:16 +0200 Subject: [PATCH] bolt: needs -fcommon for gcc10 [ci skip] --- srcpkgs/bolt/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/bolt/template b/srcpkgs/bolt/template index 2776c52995c..70938cf621c 100644 --- a/srcpkgs/bolt/template +++ b/srcpkgs/bolt/template @@ -16,6 +16,8 @@ distfiles="https://gitlab.freedesktop.org/bolt/bolt/-/archive/${version}/bolt-${ checksum=18dee2a08860cff963d505e382aa5ea9f6a90c0d0279854063839e4a02426e96 patch_args="-Np1" +CFLAGS="-fcommon" + post_install() { vsv boltd }