From a7b6b2e21b399f08be56130fd4fd293810a64280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:32 +0200 Subject: [PATCH] light: needs -fcommon for gcc10 [ci skip] --- srcpkgs/light/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/light/template b/srcpkgs/light/template index 6be5a27bff5..98996f551f3 100644 --- a/srcpkgs/light/template +++ b/srcpkgs/light/template @@ -12,6 +12,8 @@ homepage="http://haikarainen.github.io/light/" distfiles="https://github.com/haikarainen/light/archive/v${version}.tar.gz" checksum=62e889ee9be80fe808a972ef4981acc39e83a20f9a84a66a82cd1f623c868d9c +CFLAGS="-fcommon" + pre_configure() { autoreconf -fi }