]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
collectd: Fix build with GCC 10
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Aug 2020 09:27:08 +0000 (09:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Aug 2020 10:29:42 +0000 (10:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/collectd

index ad780f50df018879e305ad62582cd9894f655d9f..e3fcc10134b1fe1641fcf1c3271cf476fcbece30 100644 (file)
@@ -36,7 +36,7 @@ PROG       = collectd
 
 DEPS       =
 
-CFLAGS    += -Wno-error=deprecated-declarations
+CFLAGS    += -fcommon -Wno-error=deprecated-declarations
 
 ###############################################################################
 # Top-level Rules