comparison misc/GNUmakefile @ 5322:bdb3588681c9

Unbreak building on Linux without sendfile64() support. It was broken in 8e446a2daf48 when the NGX_SENDFILE_LIMIT constant was added to ngx_linux_sendfile_chain.c having the same name as already defined one in ngx_linux_config.h. The newer is needed to overcome a bug in old Linux kernels by limiting the number of bytes to send per sendfile() syscall. The older is used with sendfile() on ancient kernels that works with 32-bit offsets only. One of these renamed to NGX_SENDFILE_MAXSIZE.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 15 Aug 2013 19:14:33 +0400
parents 21e07bf09dd6
children 1d0523f54a9f 64d4837c9541
comparison
equal deleted inserted replaced
5321:9806f7932474 5322:bdb3588681c9