From: Gustavo Zacarias Date: Wed, 9 Oct 2013 20:25:43 +0000 (-0300) Subject: civetweb: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5e44382cd59d48d3fe952bc62525b44de6b999e;p=buildroot.git civetweb: needs mmu Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- 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.