comparison auto/os/solaris @ 1490:111c571f431c

add rpath for Solaris
author Igor Sysoev <igor@sysoev.ru>
date Wed, 19 Sep 2007 12:14:05 +0000
parents 7af8276b1c2f
children af0eaf409225
comparison
equal deleted inserted replaced
1489:56f1ea5baabb 1490:111c571f431c
6 6
7 CORE_INCS="$UNIX_INCS" 7 CORE_INCS="$UNIX_INCS"
8 CORE_DEPS="$UNIX_DEPS $SOLARIS_DEPS" 8 CORE_DEPS="$UNIX_DEPS $SOLARIS_DEPS"
9 CORE_SRCS="$UNIX_SRCS $SOLARIS_SRCS " 9 CORE_SRCS="$UNIX_SRCS $SOLARIS_SRCS "
10 CORE_LIBS="$CORE_LIBS -lsocket -lnsl -lrt" 10 CORE_LIBS="$CORE_LIBS -lsocket -lnsl -lrt"
11
12 NGX_RPATH=YES
11 13
12 # Solaris's make does not support a blank line between target and rules 14 # Solaris's make does not support a blank line between target and rules
13 ngx_spacer= 15 ngx_spacer=
14 16
15 CC_AUX_FLAGS="$CC_AUX_FLAGS -D_FILE_OFFSET_BITS=64 -lsocket -lnsl -lrt" 17 CC_AUX_FLAGS="$CC_AUX_FLAGS -D_FILE_OFFSET_BITS=64 -lsocket -lnsl -lrt"