[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Tue Jun 17 21:57:24 CEST 2008
configure.in | 1 +
src/Makefile.am | 48 ++++++++++++++++++++++++++----------------------
src/netlink.c | 4 ++--
src/notify_desktop.c | 1 +
src/plugin.c | 4 +++-
src/rrdtool.c | 19 +++++++++++--------
src/snmp.c | 6 +++---
src/utils_cache.c | 2 +-
8 files changed, 48 insertions(+), 37 deletions(-)
New commits:
commit 488fb4e6b22d5a3b20041f7739a621fc15d0268c
Author: Sebastian Harl <sh at tokkee.org>
Date: Mon Jun 16 23:03:17 2008 +0200
src/Makefile.am: Define HAS_BOOL when building the perl plugin.
This works around a bug in Perl, which despite C99 defining the "bool" type
defines its own version of that type unless HAS_BOOL is defined... :-/
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 43b3f7d1ce3195c93c5357bcafb60421699aab7d
Author: Sebastian Harl <sh at tokkee.org>
Date: Mon Jun 16 23:02:36 2008 +0200
Use -Wall -Werror (AM_CFLAGS) when building any module.
A few plugins have to set custom CFLAGS. When using "<plugin>_la_CFLAGS =",
$(AM_CFLAGS) will no longer be used when compiling <plugin> as that resets the
CFLAGS to the empty string. So, in that case, we have to explicitly add
$(AM_CFLAGS) to the custom CFLAGS of that plugin.
After doing so, a couple of problems have been identified which have been
fixed in this patch as well. That includes a possible SEGFAULT in the snmp
plugin which was missing an argument to WARNING().
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 05b684693fe88f6adc58cfd0f1c95fa811d72bfc
Author: Sebastian Harl <sh at tokkee.org>
Date: Mon Jun 16 23:03:50 2008 +0200
configure: Include libesmtp in the summary output.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
More information about the collectd-changes
mailing list