collectd: Fix build with GCC 10

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2020-08-10 09:27:08 +00:00
parent fed525f280
commit 42823878bb

View File

@@ -36,7 +36,7 @@ PROG = collectd
DEPS =
CFLAGS += -Wno-error=deprecated-declarations
CFLAGS += -fcommon -Wno-error=deprecated-declarations
###############################################################################
# Top-level Rules