From 8bc3694e71b2bc14cfa98546fb706413c812b000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:17 +0200 Subject: [PATCH] catimg: needs -fcommon for gcc10 [ci skip] --- srcpkgs/catimg/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/catimg/template b/srcpkgs/catimg/template index 4781801b627..67ae1e1d668 100644 --- a/srcpkgs/catimg/template +++ b/srcpkgs/catimg/template @@ -10,6 +10,8 @@ homepage="https://github.com/posva/catimg" distfiles="https://github.com/posva/catimg/archive/${version}.tar.gz" checksum=53d6cbb5844424a4e8422b54c873c301c5ad0f286249c73b2e1a790dda991a3b +CFLAGS="-fcommon" + post_install() { vlicense LICENSE }