summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 88658f2)
raw | patch | inline | side by side (parent: 88658f2)
author | Marc Fournier <marc@bl.uem.li> | |
Thu, 22 Sep 2016 07:04:02 +0000 (09:04 +0200) | ||
committer | Marc Fournier <marc@bl.uem.li> | |
Sun, 9 Oct 2016 19:10:24 +0000 (21:10 +0200) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index d7a10d33f1e3c8d6ed2283c1621ca4d51407a421..9872a06c9dea640125bb43c42f7a2299e61e7bd5 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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
diff --git a/debian/rules b/debian/rules
index e26fb5465d616911dd21f9d6cf0f4946a27b2d97..d34f88fa6a45381419d333cb7c726dcc2d295c85 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# 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 \