comparison auto/os/solaris @ 425:bd39260a1383

nginx-0.0.10-2004-09-14-19:55:24 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 14 Sep 2004 15:55:24 +0000
parents 8f48e6366d09
children 9a97dcdd2421
comparison
equal deleted inserted replaced
424:84c527908237 425:bd39260a1383
2 CORE_INCS="$UNIX_INCS" 2 CORE_INCS="$UNIX_INCS"
3 CORE_DEPS="$UNIX_DEPS $SOLARIS_DEPS" 3 CORE_DEPS="$UNIX_DEPS $SOLARIS_DEPS"
4 CORE_SRCS="$UNIX_SRCS $SOLARIS_SRCS " 4 CORE_SRCS="$UNIX_SRCS $SOLARIS_SRCS "
5 EVENT_MODULES="$EVENT_MODULES" 5 EVENT_MODULES="$EVENT_MODULES"
6 6
7 CORE_LIBS="$CORE_LIBS -lsocket -lnsl" 7 CORE_LIBS="$CORE_LIBS -lsocket -lnsl -lrt"
8 8
9 # the Solaris's make support 9 # the Solaris's make support
10 MAKE_SL=YES 10 MAKE_SL=YES
11 11
12 12