From f657539365ca94aea70a74480ad84a2ee289dd88 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 19 May 2012 15:21:01 +0200 Subject: [PATCH] rules: Disabled ethstat, md, and numa plugins on kfreebsd. These plugins are Linux specific. --- debian/changelog | 2 ++ debian/rules | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5f3aa38..20b3cc0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,8 @@ collectd (5.1.0-1) unstable; urgency=low - Disabled lpar plugin -- this requires AIX (perfstat). - Disabled redis and write_redis plugins -- they require libcredis. - Disabled write_mongodb plugin -- this requires libmongoc. + - Disabled ethstat, md, and numa plugins on kfreebsd -- these plugins are + Linux specific. * debian/control: - Added build-dep on librabbitmq-dev, required by the AMQP plugin. - Added build-dep on libvarnish-dev, required by the varnish plugin. diff --git a/debian/rules b/debian/rules index 2d7ce95..69166d1 100755 --- a/debian/rules +++ b/debian/rules @@ -101,10 +101,13 @@ endif # These plugins are Linux-specific. ifneq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH))) confflags += \ + --disable-ethstat \ --disable-iptables \ --disable-ipvs \ --disable-madwifi \ + --disable-md \ --disable-netlink \ + --disable-numa \ --disable-sensors \ --disable-vserver endif -- 2.30.2