[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.10'
Florian Forster
octo at verplant.org
Wed Sep 5 08:48:56 CEST 2012
src/Makefile.am | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 1e648d412b43d95f5fa85ac08f094067d7984afd
Author: Florian Forster <octo at collectd.org>
Date: Wed Sep 5 08:43:18 2012 +0200
src/Makefile.am: Unconditionally link collectd with libm.
Under FreeBSD, running src/utils_format_json.c fails because isfinite()
cannot be resolved. The GNU manpages for isnan() and isfinite() also
advise users to link with libm and AIX has had the library being linked
in for a while. Since it's such a basic library it seems easier to just
link with it unconditionally.
Fixes Github issue #122.
More information about the collectd-changes
mailing list