From: Marc Fournier Date: Thu, 5 Jan 2017 22:04:51 +0000 (+0100) Subject: rules: disable cpusleep plugin X-Git-Tag: collectd-5.7.0-3_bpo7+1~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=198408a98ef3d02a94cdd7c4cc251a8832e54923;p=pkg-collectd.git rules: disable cpusleep plugin --- diff --git a/debian/changelog b/debian/changelog index ed43902..c668805 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 05 Jan 2017 22:24:38 +0100 diff --git a/debian/rules b/debian/rules index de40141..eaf264a 100755 --- a/debian/rules +++ b/debian/rules @@ -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