From 54adbbbb4eff73dac7e6ae7272d2055ae459b9ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:48 +0200 Subject: [PATCH] tlsdate: needs -fcommon for gcc10 [ci skip] --- srcpkgs/tlsdate/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/tlsdate/template b/srcpkgs/tlsdate/template index 3b82f90d00..ccdbef1a5d 100644 --- a/srcpkgs/tlsdate/template +++ b/srcpkgs/tlsdate/template @@ -17,6 +17,8 @@ homepage="https://github.com/ioerror/tlsdate" distfiles="https://github.com/ioerror/tlsdate/archive/${pkgname}-${version}.tar.gz" checksum=90efdff87504b5159cb6a3eefa9ddd43723c073d49c4b3febba9e48fc1292bf9 +CFLAGS="-fcommon" + pre_configure() { # use system certs sed -i Makefile.am \