Commit c9737ee7 authored by Yuvaraj Patil's avatar Yuvaraj Patil Committed by Peter Korsgaard
Browse files

nginx: Depends on MMU

This package needs MMU. Hence added dependency on BR2_USE_MMU

Fixes:
http://autobuild.buildroot.net/results/224/2240f11fc52e07ff64913844078e2616842a63dc//



[Peter: also add dependency to menuconfig option]
Signed-off-by: default avatarYuvaraj Patil <yuvaraj.patil@wipro.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 884b84e2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
comment "nginx needs a toolchain w/ largefile"
	depends on !BR2_LARGEFILE
	depends on BR2_USE_MMU # fork()

menuconfig BR2_PACKAGE_NGINX
	bool "nginx"
	depends on BR2_LARGEFILE
	depends on BR2_USE_MMU # fork()
	help
	  nginx is an HTTP and reverse proxy server, as well as a mail proxy
	  server.