Code

Disable the netlink plugin, as it does not compile anyways squeeze-backports collectd-5.1.0-3--bpo60+2
authorReinhard Tartler <siretart@tauware.de>
Wed, 28 Nov 2012 07:16:31 +0000 (08:16 +0100)
committerSebastian Harl <sh@teamix.net>
Wed, 28 Nov 2012 07:16:31 +0000 (08:16 +0100)
debian/changelog
debian/rules

index 0d908974467c5fed5eeff3cca41459879801f817..2178008baa86b6061f36c3c732ddfc7fdd41560d 100644 (file)
@@ -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 <siretart@tauware.de>  Sat, 24 Nov 2012 14:46:58 +0100
+
 collectd (5.1.0-3~bpo60+1) squeeze-backports; urgency=low
 
   * Rebuild for squeeze-backports.
index f502f2d5f6f4642193af51b044e9f433a16ffc89..c9955ae63cc9fa24b8128ac737f8ff70aba1a0aa 100755 (executable)
@@ -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.