From fa3f41d29fa417f70c72427f1f5de375a0a1887d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:27 +0200 Subject: [PATCH] iftop: needs -fcommon for gcc10 [ci skip] --- srcpkgs/iftop/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/iftop/template b/srcpkgs/iftop/template index 3e3ce685e9..4a5556236d 100644 --- a/srcpkgs/iftop/template +++ b/srcpkgs/iftop/template @@ -10,3 +10,5 @@ license="GPL-2.0-only" homepage="http://www.ex-parrot.com/pdw/iftop/" distfiles="${homepage}/download/$pkgname-$version.tar.gz" checksum=f733eeea371a7577f8fe353d86dd88d16f5b2a2e702bd96f5ffb2c197d9b4f97 + +CFLAGS="-fcommon"