From: Michael Tremer Date: Fri, 20 Jun 2014 11:46:06 +0000 (+0200) Subject: collectd: Compile fix. X-Git-Tag: v2.15-core80~77 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=5dee01cfc8ee333c6e9ab31311a90a0cca06d28d collectd: Compile fix. --- diff --git a/lfs/collectd b/lfs/collectd index 3d2884198b..d4ea661d51 100644 --- a/lfs/collectd +++ b/lfs/collectd @@ -36,6 +36,8 @@ PROG = collectd DEPS = "" +CFLAGS += -Wno-error=deprecated-declarations + ############################################################################### # Top-level Rules ###############################################################################