From: Sebastian Harl Date: Sun, 15 Sep 2013 12:06:55 +0000 (+0200) Subject: rules: Disable the cgroups plugin on non-Linux. X-Git-Tag: collectd-5.4.0-1~22 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1f2a14946afaa70bdea9352eb94a788495baad41;p=pkg-collectd.git rules: Disable the cgroups plugin on non-Linux. --- diff --git a/debian/changelog b/debian/changelog index 069d09d..2facd48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ collectd (5.4.0-1) UNRELEASED; urgency=low - Depend on liblvm2-dev (required by the new LVM plugin). * debian/rules: - Disable the aquaero plugin which requires libaquaero5. + - Disable the cgroups plugin on non-Linux. - Disable the MIC plugin which requires libmic. - Disable the sigrok plugin which requires libsigrok >= 0.2.0. - Removed the Perl INSTALL_BASE workaround introduced in 5.2.0-1. diff --git a/debian/rules b/debian/rules index 1ee9bfe..64c66ad 100755 --- a/debian/rules +++ b/debian/rules @@ -101,6 +101,7 @@ confflags += --disable-zfs-arc # These plugins are Linux-specific. ifneq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH))) confflags += \ + --disable-cgroups \ --disable-ethstat \ --disable-iptables \ --disable-ipvs \