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:
Gustavo Zacarias
2015-03-30 18:07:30 -03:00
committed by Thomas Petazzoni
parent f8518c47ab
commit f4716f79a0
188 changed files with 263 additions and 703 deletions

View File

@@ -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

View File

@@ -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 \