summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 35df7f0)
raw | patch | inline | side by side (parent: 35df7f0)
author | Marc Fournier <marc@bl.uem.li> | |
Thu, 5 Jan 2017 22:04:51 +0000 (23:04 +0100) | ||
committer | Marc Fournier <marc@bl.uem.li> | |
Thu, 5 Jan 2017 22:04:51 +0000 (23:04 +0100) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index ed439027d89792c5cc0e6d03ee537e999764018e..c6688053bc0fc6dfe32a60237cedf3e9b2ca084a 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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
diff --git a/debian/rules b/debian/rules
index de40141c4071a466924ce8bb7838b19b55309d35..eaf264ae359fac0a7a7282639ccfb77a670b6537 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# 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