From a5e44382cd59d48d3fe952bc62525b44de6b999e Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 9 Oct 2013 17:25:43 -0300 Subject: [PATCH] civetweb: needs mmu Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/civetweb/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/civetweb/Config.in b/package/civetweb/Config.in index f7a31f5c62..55c138ad29 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.