Signed-off-by: Michael Tremer michael.tremer@ipfire.org --- 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 = collectd
DEPS =
-CFLAGS += -Wno-error=deprecated-declarations +CFLAGS += -fcommon -Wno-error=deprecated-declarations
############################################################################### # Top-level Rules