comparison auto/lib/openssl/conf @ 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 392c16f2d858
children 98143f74eb3d
comparison
equal deleted inserted replaced
487:e98b980b4fe7 488:829f9a66a659
29 ;; 29 ;;
30 esac 30 esac
31 31
32 case "$NGX_SYSTEM" in 32 case "$NGX_SYSTEM" in
33 SunOS|Linux) 33 SunOS|Linux)
34 CORE_LIBS="$CORE_LIBS -ldl" 34 CORE_LIBS="$CORE_LIBS $NGX_LIBDL"
35 ;; 35 ;;
36 esac 36 esac
37 37
38 38
39 else 39 else
70 CORE_LIBS="$CORE_LIBS $ngx_feature_libs" 70 CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
71 OPENSSL=YES 71 OPENSSL=YES
72 72
73 case "$NGX_SYSTEM" in 73 case "$NGX_SYSTEM" in
74 SunOS) 74 SunOS)
75 CORE_LIBS="$CORE_LIBS -ldl" 75 CORE_LIBS="$CORE_LIBS $NGX_LIBDL"
76 ;; 76 ;;
77 esac 77 esac
78 fi 78 fi
79 ;; 79 ;;
80 80