comparison auto/os/solaris @ 488:829f9a66a659 NGINX_0_7_56

nginx 0.7.56 *) Feature: nginx/Windows supports IPv6 in a "listen" directive of the HTTP module. *) Bugfix: in ngx_http_image_filter_module.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 May 2009 00:00:00 +0400
parents 1c519aff5c0c
children d0f7a625f27c
comparison
equal deleted inserted replaced
487:e98b980b4fe7 488:829f9a66a659
5 have=NGX_SOLARIS . auto/have_headers 5 have=NGX_SOLARIS . auto/have_headers
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"
11 11
12 NGX_RPATH=YES 12 NGX_RPATH=YES
13 13
14 # 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
15 ngx_spacer= 15 ngx_spacer=
16 16
17 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"
18 18
19 19
20 if [ $ZLIB_ASM != NO ]; then 20 if [ $ZLIB_ASM != NO ]; then
21 echo "$0: error: the --with-zlib-asm=CPU option is not supported" 21 echo "$0: error: the --with-zlib-asm=CPU option is not supported"
22 echo "on that platform" 22 echo "on that platform"