mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
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: Yuvaraj Patil <yuvaraj.patil@wipro.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
884b84e2ee
commit
c9737ee7f8
@ -1,9 +1,11 @@
|
|||||||
comment "nginx needs a toolchain w/ largefile"
|
comment "nginx needs a toolchain w/ largefile"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
|
|
||||||
menuconfig BR2_PACKAGE_NGINX
|
menuconfig BR2_PACKAGE_NGINX
|
||||||
bool "nginx"
|
bool "nginx"
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
nginx is an HTTP and reverse proxy server, as well as a mail proxy
|
nginx is an HTTP and reverse proxy server, as well as a mail proxy
|
||||||
server.
|
server.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user