summaryrefslogtreecommitdiffstats
path: root/package/nginx
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-03-30 18:07:30 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-01 22:47:22 +0200
commitf4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01 (patch)
tree2d5aec9adb0437e15a14befe6b2bcc082d0e327a /package/nginx
parentf8518c47ab785ac5bd6a4aedf78db94d576ffe23 (diff)
downloadbuildroot-f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01.tar.gz
buildroot-f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01.zip
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>
Diffstat (limited to 'package/nginx')
-rw-r--r--package/nginx/Config.in5
-rw-r--r--package/nginx/nginx.mk2
2 files changed, 1 insertions, 6 deletions
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 \
OpenPOWER on IntegriCloud