[Buildroot] [git commit branch/next] collectd: needs thread support
From: Peter Korsgaard <jacmet@sunsite.dk>
Date: 2012-08-02 19:53:33
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Peter Korsgaard <jacmet@sunsite.dk>
Date: 2012-08-02 19:53:33
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: http://git.buildroot.net/buildroot/commit/?id=9cf295017d21233806528d6a3538c9724913db8b branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next Fixes http://autobuild.buildroot.net/results/28f10dcc772809d53315f6dfb37bb41d77183abe/. Signed-off-by: Thomas Petazzoni <redacted> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> --- package/collectd/Config.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/package/collectd/Config.in b/package/collectd/Config.in
index cb96fbd..96438c0 100644
--- a/package/collectd/Config.in
+++ b/package/collectd/Config.in@@ -1,5 +1,6 @@ config BR2_PACKAGE_COLLECTD bool "collectd" + depends on BR2_TOOLCHAIN_HAS_THREADS help collectd is a daemon which collects system performance statistics periodically and provides mechanisms to store
@@ -380,3 +381,6 @@ config BR2_PACKAGE_COLLECTD_WRITEHTTP endmenu endif + +comment "collectd needs a toolchain with thread support" + depends on !BR2_TOOLCHAIN_HAS_THREADS