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.
This commit is contained in:
Igor Sysoev
2005-10-27 15:46:13 +00:00
parent 968b2a868b
commit 697d1aea0c
16 changed files with 250 additions and 110 deletions

View File

@@ -50,7 +50,7 @@ case $USE_THREADS in
CORE_LIBS="$CORE_LIBS -pthread"
;;
FreeBSD:[567]*)
FreeBSD:[56]*)
have=NGX_THREADS . auto/have
CORE_SRCS="$CORE_SRCS $PTHREAD_SRCS"
CORE_LIBS="$CORE_LIBS -lc_r"