From: Michael Tremer Date: Mon, 10 Aug 2020 09:27:08 +0000 (+0000) Subject: collectd: Fix build with GCC 10 X-Git-Tag: v2.25-core149~6^2~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42823878bb60a2253e00c34f9ea16b40f0b8e414;p=ipfire-2.x.git collectd: Fix build with GCC 10 Signed-off-by: Michael Tremer --- diff --git a/lfs/collectd b/lfs/collectd index ad780f50df..e3fcc10134 100644 --- a/lfs/collectd +++ b/lfs/collectd @@ -36,7 +36,7 @@ PROG = collectd DEPS = -CFLAGS += -Wno-error=deprecated-declarations +CFLAGS += -fcommon -Wno-error=deprecated-declarations ############################################################################### # Top-level Rules