From: Michael Tremer Date: Mon, 10 Aug 2020 09:27:08 +0000 (+0000) Subject: collectd: Fix build with GCC 10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce65dd35f5c7d0d7ddf3f925f576f6532724de12;p=people%2Fms%2Fipfire-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