mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
packages: remove (non-)lfs dependencies and tweaks
Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f8518c47ab
commit
f4716f79a0
@@ -1,10 +1,5 @@
|
||||
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
|
||||
|
||||
@@ -37,7 +37,7 @@ NGINX_CONF_ENV += \
|
||||
ngx_force_have_libatomic=no \
|
||||
ngx_force_have_epoll=yes \
|
||||
ngx_force_have_sendfile=yes \
|
||||
ngx_force_have_sendfile64=$(if $(BR2_LARGEFILE),yes,no) \
|
||||
ngx_force_have_sendfile64=yes \
|
||||
ngx_force_have_pr_set_dumpable=yes \
|
||||
ngx_force_have_timer_event=yes \
|
||||
ngx_force_have_map_anon=yes \
|
||||
|
||||
Reference in New Issue
Block a user