diff --git a/lfs/collectd b/lfs/collectd
index 24f5bc632..d1d4ea721 100644
--- a/lfs/collectd
+++ b/lfs/collectd
@@ -36,7 +36,11 @@ PROG       = collectd
 
 DEPS       =
 
-CFLAGS    += -fcommon -Wno-error=deprecated-declarations
+CFLAGS    += \
+	-fcommon \
+	-Wno-error=deprecated-declarations \
+	-Wno-error=implicit-function-declaration \
+	-Wno-error=incompatible-pointer-types
 
 ###############################################################################
 # Top-level Rules
