comparison auto/os/solaris @ 1609:7bdf156fc852 stable-0.5

r1491 merge: add rpath for Solaris
author Igor Sysoev <igor@sysoev.ru>
date Mon, 29 Oct 2007 14:32:18 +0000
parents 7af8276b1c2f
children af0eaf409225
comparison
equal deleted inserted replaced
1540:49b477b84a26 1609:7bdf156fc852
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"