From f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 30 Mar 2015 18:07:30 -0300 Subject: packages: remove (non-)lfs dependencies and tweaks Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/nginx/Config.in | 5 ----- package/nginx/nginx.mk | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'package/nginx') diff --git a/package/nginx/Config.in b/package/nginx/Config.in index e5d20af2f0..cfbba73aed 100644 --- a/package/nginx/Config.in +++ b/package/nginx/Config.in @@ -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 diff --git a/package/nginx/nginx.mk b/package/nginx/nginx.mk index 06f1312e33..dee16afdc5 100644 --- a/package/nginx/nginx.mk +++ b/package/nginx/nginx.mk @@ -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 \ -- cgit v1.2.3