Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-08 13:36:16 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-05-08 13:36:16 +0400
commit225d47185ae261f6b296f699b31fae1c275aaac7 (patch)
treed3f3fac099fcdf044b023629235ca277f9a07b31 /auto/os/solaris
parente2259f492f1f55313bdee51213d79419798477fd (diff)
Solaris 10 has sched_yield() in libc
Diffstat (limited to 'auto/os/solaris')
-rw-r--r--auto/os/solaris4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/os/solaris b/auto/os/solaris
index f98c851c5..333f0aebd 100644
--- a/auto/os/solaris
+++ b/auto/os/solaris
@@ -7,14 +7,14 @@ have=NGX_SOLARIS . auto/have_headers
CORE_INCS="$UNIX_INCS"
CORE_DEPS="$UNIX_DEPS $SOLARIS_DEPS"
CORE_SRCS="$UNIX_SRCS $SOLARIS_SRCS "
-CORE_LIBS="$CORE_LIBS -lsocket -lnsl -lrt"
+CORE_LIBS="$CORE_LIBS -lsocket -lnsl"
NGX_RPATH=YES
# Solaris's make does not support a blank line between target and rules
ngx_spacer=
-CC_AUX_FLAGS="$CC_AUX_FLAGS -D_FILE_OFFSET_BITS=64 -lsocket -lnsl -lrt"
+CC_AUX_FLAGS="$CC_AUX_FLAGS -D_FILE_OFFSET_BITS=64 -lsocket -lnsl"
if [ $ZLIB_ASM != NO ]; then