[Buildroot] [git commit] civetweb: needs mmu

Peter Korsgaard peter at korsgaard.com
Wed Oct 9 20:35:00 UTC 2013


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

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/civetweb/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/civetweb/Config.in b/package/civetweb/Config.in
index f7a31f5..55c138a 100644
--- a/package/civetweb/Config.in
+++ b/package/civetweb/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_CIVETWEB
 	bool "civetweb"
 	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on BR2_USE_MMU # fork()
 	help
 	  Full featured embedded web server with Lua support.
 


More information about the buildroot mailing list