From: Igor Sysoev Date: Sun, 24 Dec 2006 18:12:18 +0000 (+0000) Subject: backout the r945: the nginx.pm could not be loaded at all, X-Git-Tag: release-0.5.5~3 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=b4887b289e5ef3fd18b135f970ff0f6d24f3d8a4;p=nginx.git backout the r945: the nginx.pm could not be loaded at all, next try to fix --with-perl_modules_path= for unpriviliged user installation --- diff --git a/auto/lib/perl/make b/auto/lib/perl/make index ad850c1ff..aa54ab810 100644 --- a/auto/lib/perl/make +++ b/auto/lib/perl/make @@ -30,6 +30,7 @@ $NGX_OBJS/src/http/modules/perl/Makefile: \ NGX_PCRE=$PCRE \ NGX_OBJS=$NGX_OBJS \ $NGX_PERL Makefile.PL \ - PREFIX=$NGX_PERL_MODULES + LIB=$NGX_PERL_MODULES \ + INSTALLSITEMAN3DIR=$NGX_PERL_MODULES/man3 END