[Buildroot] [git commit] haserl: needs fork()

Peter Korsgaard jacmet at sunsite.dk
Sat Feb 23 20:37:36 UTC 2013


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

Fixes http://autobuild.buildroot.net/results/e265d061e1956522dad4566827ed4171160dfecc

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/haserl/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/haserl/Config.in b/package/haserl/Config.in
index 7710fa1..36bfca7 100644
--- a/package/haserl/Config.in
+++ b/package/haserl/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_HASERL
 	bool "haserl"
+	depends on BR2_USE_MMU # fork()
 	help
 	  Haserl is a small cgi wrapper that enables shell scripts to be
 	  embedded into html documents. It is intended for environments


More information about the buildroot mailing list