Code

rules: disable cpusleep plugin
authorMarc Fournier <marc@bl.uem.li>
Thu, 5 Jan 2017 22:04:51 +0000 (23:04 +0100)
committerMarc Fournier <marc@bl.uem.li>
Thu, 5 Jan 2017 22:04:51 +0000 (23:04 +0100)
debian/changelog
debian/rules

index ed439027d89792c5cc0e6d03ee537e999764018e..c6688053bc0fc6dfe32a60237cedf3e9b2ca084a 100644 (file)
@@ -14,6 +14,9 @@ collectd (5.7.0-3~bpo7+1) UNRELEASED; urgency=high
       wheezy.
     - Disable write_riemann plugin, which build dependencies aren't available
       in wheezy.
+  * debian/rules:
+    - Disable cpusleep plugin, which depends on a more recent libc version
+      than the one available in wheezy.
 
  -- Marc Fournier <marc@bl.uem.li>  Thu, 05 Jan 2017 22:24:38 +0100
 
index de40141c4071a466924ce8bb7838b19b55309d35..eaf264ae359fac0a7a7282639ccfb77a670b6537 100755 (executable)
@@ -67,6 +67,9 @@ confflags += --disable-tape
 # libaquaero5 is required for the aquaero plugin
 confflags += --disable-aquaero
 
+# CLOCK_BOOTTIME from libc post-2.13 is required for the cpusleep plugin
+confflags += --disable-cpusleep
+
 # libmic is required for the mic plugin
 confflags += --disable-mic