From 446872eb242fad5404264b0995c85725684550a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:28 +0200 Subject: [PATCH] ipv6calc: needs -fcommon for gcc10 [ci skip] --- srcpkgs/ipv6calc/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/ipv6calc/template b/srcpkgs/ipv6calc/template index 5ebe843eabc..cc4278c1fc5 100644 --- a/srcpkgs/ipv6calc/template +++ b/srcpkgs/ipv6calc/template @@ -12,3 +12,5 @@ license="GPL-2.0-only" homepage="https://www.deepspace6.net/projects/ipv6calc.html" distfiles="https://github.com/pbiering/ipv6calc/archive/${version}.tar.gz" checksum=1935352f6171b07f18ce0487ee95ffcc006ea3f653f7cba564d2d8e135f04ca1 + +CFLAGS="-fcommon"