comparison auto/threads @ 120:e85dca77c46a NGINX_0_3_7

nginx 0.3.7 *) Feature: the "access_log" supports the "buffer=" parameter. *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc и ppc; bug appeared in 0.3.2.
author Igor Sysoev <http://sysoev.ru>
date Thu, 27 Oct 2005 00:00:00 +0400
parents 644a7935144b
children
comparison
equal deleted inserted replaced
119:85abc07cafba 120:e85dca77c46a
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