Code

rules: disable a couple of Linux-only plugins on kFreeBSD
authorMarc Fournier <marc@bl.uem.li>
Thu, 22 Sep 2016 07:04:02 +0000 (09:04 +0200)
committerMarc Fournier <marc@bl.uem.li>
Sun, 9 Oct 2016 19:10:24 +0000 (21:10 +0200)
debian/changelog
debian/rules

index d7a10d33f1e3c8d6ed2283c1621ca4d51407a421..9872a06c9dea640125bb43c42f7a2299e61e7bd5 100644 (file)
@@ -5,6 +5,9 @@ collectd (5.6.1-1) UNRELEASED; urgency=medium
       Shish for reporting this (Closes: #839771).
     - rrdcached plugin now reconnects to daemon. Thanks to Matthias Urlichs
       for reporting this (Closes: #657877).
+  * debian/rules:
+    - Disable building the barometer, drbd, fhcount and ipc plugins on
+      kfreebsd architectures, as they are Linux-only.
 
  -- Marc Fournier <marc@bl.uem.li>  Sun, 09 Oct 2016 20:41:36 +0200
 
index e26fb5465d616911dd21f9d6cf0f4946a27b2d97..d34f88fa6a45381419d333cb7c726dcc2d295c85 100755 (executable)
@@ -91,9 +91,13 @@ confflags += --disable-grpc
 # These plugins are Linux-specific.
 ifneq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH)))
        confflags += \
+               --disable-barometer \
                --disable-cgroups \
                --disable-cpusleep \
+               --disable-drbd \
                --disable-ethstat \
+               --disable-fhcount \
+               --disable-ipc \
                --disable-iptables \
                --disable-ipvs \
                --disable-lvm \