summaryrefslogtreecommitdiff
path: root/package/civetweb
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-10-09 17:25:43 -0300
committerPeter Korsgaard <peter@korsgaard.com>2013-10-09 22:35:00 +0200
commita5e44382cd59d48d3fe952bc62525b44de6b999e (patch)
tree1abc02bf13ff2f0f79194b8f8515c813f0f83b74 /package/civetweb
parent3bccd260fa96d2848a6161166ddc95fe7b5344ed (diff)
civetweb: needs mmu
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/civetweb')
-rw-r--r--package/civetweb/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/civetweb/Config.in b/package/civetweb/Config.in
index f7a31f5c6..55c138ad2 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.