comparison auto/threads @ 571:458b6c3fea65 release-0.3.7

nginx-0.3.7-RELEASE import *) Feature: the "access_log" supports the "buffer=" parameter. *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc, and ppc; the bug had appeared in 0.3.2.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 27 Oct 2005 15:46:13 +0000
parents 174f1e853e1e
children
comparison
equal deleted inserted replaced
570:2cdf120d8970 571:458b6c3fea65
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"
51 ;; 51 ;;
52 52
53 FreeBSD:[567]*) 53 FreeBSD:[56]*)
54 have=NGX_THREADS . auto/have 54 have=NGX_THREADS . auto/have
55 CORE_SRCS="$CORE_SRCS $PTHREAD_SRCS" 55 CORE_SRCS="$CORE_SRCS $PTHREAD_SRCS"
56 CORE_LIBS="$CORE_LIBS -lc_r" 56 CORE_LIBS="$CORE_LIBS -lc_r"
57 ;; 57 ;;
58 esac 58 esac