From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 24/62] collectd: Fix build with GCC 10 Date: Sun, 16 Aug 2020 10:29:15 +0000 Message-ID: <20200816102953.3881-24-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0519912664802814040==" List-Id: --===============0519912664802814040== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- lfs/collectd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/collectd b/lfs/collectd index ad780f50d..e3fcc1013 100644 --- a/lfs/collectd +++ b/lfs/collectd @@ -36,7 +36,7 @@ PROG =3D collectd =20 DEPS =3D =20 -CFLAGS +=3D -Wno-error=3Ddeprecated-declarations +CFLAGS +=3D -fcommon -Wno-error=3Ddeprecated-declarations =20 ############################################################################= ### # Top-level Rules --=20 2.20.1 --===============0519912664802814040==--