comparison auto/threads @ 469:2ff194b74f1e release-0.1.9

nginx-0.1.9-RELEASE import *) Bugfix: the proxied request was sent without arguments if the request contains "//", "/./", "/../" or "%XX". *) Bugfix: the large compressed responses may be transferred not completely. *) Bugfix: the files bigger than 2G was not transferred on Linux that does not support sendfile64(). *) Bugfix: while the build configuration on Linux the --with-poll_module parameter was required; the bug had appeared in 0.1.8.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 25 Nov 2004 16:17:31 +0000
parents ded1284520cc
children 975f62e77f02
comparison
equal deleted inserted replaced
468:1a67596d0349 469:2ff194b74f1e
7 have=NGX_THREADS . auto/have 7 have=NGX_THREADS . auto/have
8 have=NGX_USE_RFORK . auto/have 8 have=NGX_USE_RFORK . auto/have
9 CORE_DEPS="$CORE_DEPS $FREEBSD_RFORK_DEPS" 9 CORE_DEPS="$CORE_DEPS $FREEBSD_RFORK_DEPS"
10 CORE_SRCS="$CORE_SRCS $FREEBSD_RFORK_SRCS" 10 CORE_SRCS="$CORE_SRCS $FREEBSD_RFORK_SRCS"
11 11
12 case $PLATFORM in 12 case $NGX_PLATFORM in
13 *:i386) 13 *:i386)
14 if [ \( $version -gt 500000 -a $version -lt 501000 \) \ 14 if [ \( $version -gt 500000 -a $version -lt 501000 \) \
15 -o $version -lt 491000 ] 15 -o $version -lt 491000 ]
16 then 16 then
17 CORE_SRCS="$CORE_SRCS $FREEBSD_RFORK_THREAD_SRCS" 17 CORE_SRCS="$CORE_SRCS $FREEBSD_RFORK_THREAD_SRCS"
40 CORE_SRCS="$CORE_SRCS $PTHREAD_SRCS" 40 CORE_SRCS="$CORE_SRCS $PTHREAD_SRCS"
41 CORE_LIBS="$CORE_LIBS -L /usr/local/lib -llthread -llgcc_r" 41 CORE_LIBS="$CORE_LIBS -L /usr/local/lib -llthread -llgcc_r"
42 ;; 42 ;;
43 43
44 libc_r) 44 libc_r)
45 case $PLATFORM in 45 case $NGX_PLATFORM in
46 FreeBSD:[34]*) 46 FreeBSD:[34]*)
47 have=NGX_THREADS . auto/have 47 have=NGX_THREADS . auto/have
48 CFLAGS="$CFLAGS -pthread" 48 CFLAGS="$CFLAGS -pthread"
49 CORE_SRCS="$CORE_SRCS $PTHREAD_SRCS" 49 CORE_SRCS="$CORE_SRCS $PTHREAD_SRCS"
50 CORE_LIBS="$CORE_LIBS -pthread" 50 CORE_LIBS="$CORE_LIBS -pthread"