[Buildroot] [git commit] monit: needs threads support in toolchain

Peter Korsgaard jacmet at sunsite.dk
Wed Jun 5 09:00:04 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=46ae86b3df6092cb29d647eaa6464400609d247b
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
http://autobuild.buildroot.org/results/0b5/0b5838f3d11b45244f27bd2bcb092dd6a88fd39d

Signed-off-by: Gilles Talis <gilles.talis at gmail.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/monit/Config.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/monit/Config.in b/package/monit/Config.in
index 6933aaf..3127da9 100644
--- a/package/monit/Config.in
+++ b/package/monit/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_MONIT
 	bool "monit"
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help
 	  Monit is a free open source utility for managing and
 	  monitoring, processes, programs, files, directories and
@@ -8,3 +9,6 @@ config BR2_PACKAGE_MONIT
 	  actions in error situations.
 
 	  http://mmonit.com/monit/
+
+comment "monit requires a toolchain with threads support"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS



More information about the buildroot mailing list