From 1f2a14946afaa70bdea9352eb94a788495baad41 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 15 Sep 2013 14:06:55 +0200 Subject: [PATCH] rules: Disable the cgroups plugin on non-Linux. --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) 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 \ -- 2.30.2