[Buildroot] [PATCH 1/2] tinyhttpd: needs mmu

Gustavo Zacarias gustavo at zacarias.com.ar
Sun Apr 7 11:50:51 UTC 2013


Fixes:
http://autobuild.buildroot.net/results/2a3b5ab3ef58443c1bf86df5498df2f145cd840c/

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/tinyhttpd/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/tinyhttpd/Config.in b/package/tinyhttpd/Config.in
index 5a6ee88..f7365af 100644
--- a/package/tinyhttpd/Config.in
+++ b/package/tinyhttpd/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_TINYHTTPD
 	bool "tinyhttpd"
+	depends on BR2_USE_MMU # fork()
 	help
 	  A relatively simple webserver written as a school project. It is
 	  exceedingly simple, threaded and handles basic CGI scripts.
-- 
1.8.1.5



More information about the buildroot mailing list