diff mbox

[1/2] tinyhttpd: needs mmu

Message ID 1365335452-29872-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 5d10c45e0c8e1a864ee678b7e3a84017384d950f
Headers show

Commit Message

Gustavo Zacarias April 7, 2013, 11:50 a.m. UTC
Fixes:
http://autobuild.buildroot.net/results/2a3b5ab3ef58443c1bf86df5498df2f145cd840c/

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

Comments

Peter Korsgaard April 10, 2013, 9:45 a.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

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

Committed, thanks.
diff mbox

Patch

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.