mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
nginx-0.0.7-2004-07-07-23:48:31 import
This commit is contained in:
@@ -30,6 +30,15 @@ case $USE_THREADS in
|
||||
CORE_LIBS="$CORE_LIBS -pthread"
|
||||
;;
|
||||
|
||||
linuxthreads)
|
||||
have=NGX_THREADS . auto/have
|
||||
have=NGX_LINUXTHREADS . auto/have
|
||||
CFLAGS="$CFLAGS -D_THREAD_SAFE"
|
||||
CFLAGS="$CFLAGS -I /usr/local/include/pthread/linuxthreads"
|
||||
CORE_SRCS="$CORE_SRCS $PTHREAD_SRCS"
|
||||
CORE_LIBS="$CORE_LIBS -L /usr/local/lib -llthread -llgcc_r"
|
||||
;;
|
||||
|
||||
lc_r)
|
||||
have=NGX_THREADS . auto/have
|
||||
CORE_SRCS="$CORE_SRCS $PTHREAD_SRCS"
|
||||
|
||||
Reference in New Issue
Block a user