comparison auto/lib/perl/conf @ 270:6eb1e38f0f1f NGINX_0_5_5

nginx 0.5.5 *) Change: the -v switch does not show compiler information any more. *) Feature: the -V switch. *) Feature: the "worker_rlimit_core" directive supports size in K, M, and G. *) Bugfix: the nginx.pm module now could be installed by an unprivileged user. *) Bugfix: a segmentation fault might occur if the $r->request_body or $r->request_body_file methods were used. *) Bugfix: the ppc platform specific bugs.
author Igor Sysoev <http://sysoev.ru>
date Sun, 24 Dec 2006 00:00:00 +0300
parents 6ae1357b7b7c
children
comparison
equal deleted inserted replaced
269:aa9c0062124d 270:6eb1e38f0f1f
45 LINK_DEPS="$LINK_DEPS $NGX_OBJS/src/http/modules/perl/blib/arch/auto/nginx/nginx.so" 45 LINK_DEPS="$LINK_DEPS $NGX_OBJS/src/http/modules/perl/blib/arch/auto/nginx/nginx.so"
46 46
47 if test -n "$NGX_PERL_MODULES"; then 47 if test -n "$NGX_PERL_MODULES"; then
48 have=NGX_PERL_MODULES value="(u_char *) \"$NGX_PERL_MODULES\"" 48 have=NGX_PERL_MODULES value="(u_char *) \"$NGX_PERL_MODULES\""
49 . auto/define 49 . auto/define
50 NGX_PERL_MODULES_MAN=$NGX_PERL_MODULES/man3
50 fi 51 fi
51 52
52 else 53 else
53 echo 54 echo
54 echo "$0: error: perl 5.6.1 or higher is required" 55 echo "$0: error: perl 5.6.1 or higher is required"