Explorar el Código

spawn-fcgi: needs mmu

Fixes
http://autobuild.buildroot.net/results/cb6605b223642e647981e697f17d89bb97e223a6/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo Zacarias hace 12 años
padre
commit
eda24e12a5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package/spawn-fcgi/Config.in

+ 1 - 0
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.