diff options
Diffstat (limited to 'package/nginx/nginx.mk')
-rw-r--r-- | package/nginx/nginx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |