[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.7'
Florian Forster
octo at verplant.org
Thu Sep 17 08:55:28 CEST 2009
configure.in | 35 +++++++++++++++++++++--------------
src/Makefile.am | 3 ++-
2 files changed, 23 insertions(+), 15 deletions(-)
New commits:
commit a690e4ac74e05f7294c22df8e0574e5e6f52f510
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Sep 17 08:44:07 2009 +0200
Build system: Improve detection of the iptc library.
When checking for the iptc headers and data types, the configure script
added the kernel directory to the CFLAGS. Later, when actually building
the iptables plugin, the CFLAGS were left untouched.
At least on Debian, the ârealâ kernel headers are not required â the
libc versions in /usr/include/linux are sufficient. The usage of
KERNEL_DIR has therefore been removed from the iptc checks.
In addition, an directory specified by â--with-libiptc=/pathâ is no
longer added to the global CFLAGS but rather to the iptables specific
CPPFLAGS.
Hopefully this resolved build problems on various platforms.
More information about the collectd-changes
mailing list