]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
collectd: Ignore compiler errors
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Aug 2024 14:40:57 +0000 (14:40 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Aug 2024 10:01:01 +0000 (10:01 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/collectd

index 24f5bc632ec7c27d03d19b10a5746685fbd5d1f5..d1d4ea721386803c31599315de956373417c2dcf 100644 (file)
@@ -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