From: Gustavo Zacarias Date: Mon, 25 Feb 2013 00:20:49 +0000 (+0000) Subject: spawn-fcgi: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eda24e12a5e95753d6cebf082109951681ab6905;p=buildroot.git spawn-fcgi: needs mmu Fixes http://autobuild.buildroot.net/results/cb6605b223642e647981e697f17d89bb97e223a6/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/spawn-fcgi/Config.in b/package/spawn-fcgi/Config.in index 34cbbb1739..59791e8d8e 100644 --- a/package/spawn-fcgi/Config.in +++ b/package/spawn-fcgi/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_SPAWN_FCGI bool "spawn-fcgi" + depends on BR2_USE_MMU # fork() help FastCGI process spawner. Project split from lighttpd.