Code

rules: Disable the cgroups plugin on non-Linux.
authorSebastian Harl <sh@tokkee.org>
Sun, 15 Sep 2013 12:06:55 +0000 (14:06 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 15 Sep 2013 12:06:55 +0000 (14:06 +0200)
debian/changelog
debian/rules

index 069d09d8f1ce9133ce332992486f015407c528d3..2facd482e4bc6a2f44dcc325285e60fee32e83f0 100644 (file)
@@ -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.
index 1ee9bfeaec5103edc1e4fd53e24678f8f649923b..64c66adf6ae8b8ca3a65c7d43bedcc7e7d83628c 100755 (executable)
@@ -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 \