comparison auto/lib/perl/make @ 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 ff906029dd40
children cba14c1e2a4b
comparison
equal deleted inserted replaced
269:aa9c0062124d 270:6eb1e38f0f1f
28 cd $NGX_OBJS/src/http/modules/perl \ 28 cd $NGX_OBJS/src/http/modules/perl \
29 && NGX_PM_CFLAGS="\$(NGX_PM_CFLAGS) -g $NGX_CC_OPT" \ 29 && NGX_PM_CFLAGS="\$(NGX_PM_CFLAGS) -g $NGX_CC_OPT" \
30 NGX_PCRE=$PCRE \ 30 NGX_PCRE=$PCRE \
31 NGX_OBJS=$NGX_OBJS \ 31 NGX_OBJS=$NGX_OBJS \
32 $NGX_PERL Makefile.PL \ 32 $NGX_PERL Makefile.PL \
33 LIB=$NGX_PERL_MODULES 33 LIB=$NGX_PERL_MODULES \
34 INSTALLSITEMAN3DIR=$NGX_PERL_MODULES_MAN
34 35
35 END 36 END