[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.8'
Florian Forster
octo at verplant.org
Sat May 1 09:55:51 CEST 2010
configure.in | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
New commits:
commit c4e077cc77ec31e86baefc4644686a86b39cd460
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat May 1 09:53:12 2010 +0200
Build system: Check for "strtok_r" availability with "-Wall -Werror" when using GCC.
Previously, the check was done without "-Werror" which resulted in a
warning and success. When the daemon was later built with "-Werror" set,
that warning would result in an error and abort the build.
Thanks to Aurélien Reynaud for reporting the problem.
More information about the collectd-changes
mailing list