[Buildroot] [git commit] monit: uses fork(), disable for nommu

Peter Korsgaard peter at korsgaard.com
Wed May 28 06:55:30 UTC 2014


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

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/monit/Config.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/monit/Config.in b/package/monit/Config.in
index b5d4b52..9f80858 100644
--- a/package/monit/Config.in
+++ b/package/monit/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_MONIT
 	bool "monit"
 	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on BR2_USE_MMU # fork()
 	help
 	  Monit is a free open source utility for managing and
 	  monitoring, processes, programs, files, directories and
@@ -11,4 +12,5 @@ config BR2_PACKAGE_MONIT
 	  http://mmonit.com/monit/
 
 comment "monit needs a toolchain w/ threads"
+	depends on BR2_USE_MMU
 	depends on !BR2_TOOLCHAIN_HAS_THREADS



More information about the buildroot mailing list