From: Reinhard Tartler Date: Wed, 28 Nov 2012 07:16:31 +0000 (+0100) Subject: Disable the netlink plugin, as it does not compile anyways X-Git-Tag: collectd-5.1.0-3--bpo60+2 X-Git-Url: https://git.tokkee.org/?p=pkg-collectd.git;a=commitdiff_plain;h=29e42c5cb33d2b8f71b22ae4c402637954b06b90 Disable the netlink plugin, as it does not compile anyways --- diff --git a/debian/changelog b/debian/changelog index 0d90897..2178008 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +collectd (5.1.0-3~bpo60+2) squeeze-backports; urgency=low + + * Disable the netlink plugin, as it does not compile anyways + + -- Reinhard Tartler Sat, 24 Nov 2012 14:46:58 +0100 + collectd (5.1.0-3~bpo60+1) squeeze-backports; urgency=low * Rebuild for squeeze-backports. diff --git a/debian/rules b/debian/rules index f502f2d..c9955ae 100755 --- a/debian/rules +++ b/debian/rules @@ -98,6 +98,9 @@ confflags += \ # architectures (see bugs #358637, #419684 and #524593 for more details). ifneq (,$(filter alpha amd64 hppa ia64 ppc64 mips mipsel, $(DEB_BUILD_ARCH))) confflags += --disable-netlink +else +# disable netlink on all archs, as the API in debian/stable is different + confflags += --disable-netlink endif # These plugins are Linux-specific.