[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.10'
Florian Forster
octo at verplant.org
Wed Mar 14 07:45:06 CET 2012
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit ffcee9ab7119fb0580d3d4e3938316d3c29d6352
Author: Clemens Lang <neverpanic at gmail.com>
Date: Sat Mar 10 02:30:26 2012 +0100
Makefile adds dependency on $(LIBLTDL), which is valued "-lltdl"
When building on OS X, the collectd build failed, because the collectd target
has a dependency on "-lltdl", which is the value the variable $(LIBLTDL) has.
Obviously, this should be the file name instead. I am however not sure how to
specify the correct filename in this case.
Fixes GitHub issue #54.
Signed-off-by: Florian Forster <octo at collectd.org>
More information about the collectd-changes
mailing list