浏览代码

collectd: needs thread support

Fixes
http://autobuild.buildroot.net/results/28f10dcc772809d53315f6dfb37bb41d77183abe/.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Thomas Petazzoni 13 年之前
父节点
当前提交
9cf295017d
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      package/collectd/Config.in

+ 4 - 0
package/collectd/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_COLLECTD
 config BR2_PACKAGE_COLLECTD
 	bool "collectd"
 	bool "collectd"
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help
 	help
 	  collectd is a daemon which collects system performance
 	  collectd is a daemon which collects system performance
 	  statistics periodically and provides mechanisms to store
 	  statistics periodically and provides mechanisms to store
@@ -380,3 +381,6 @@ config BR2_PACKAGE_COLLECTD_WRITEHTTP
 endmenu
 endmenu
 
 
 endif
 endif
+
+comment "collectd needs a toolchain with thread support"
+        depends on !BR2_TOOLCHAIN_HAS_THREADS