From e3929be3a48e187bd62016ff4c1bfb99f9691dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:42 +0200 Subject: [PATCH] saldl: needs -fcommon for gcc10 [ci skip] --- srcpkgs/saldl/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/saldl/template b/srcpkgs/saldl/template index 4d8c4a2f63..7a703fb658 100644 --- a/srcpkgs/saldl/template +++ b/srcpkgs/saldl/template @@ -13,6 +13,8 @@ homepage="https://saldl.github.io/" distfiles="https://github.com/saldl/saldl/archive/v${version}.tar.gz" checksum=1cb7950848517fb82ec39561bf36c8cbc0a0caf8fa85355a5b76cac0281346ce +CFLAGS="-fcommon" + post_install() { vlicense LICENSE }