]> git.kaiwu.me - nginx.git/commitdiff
backout the r945: the nginx.pm could not be loaded at all,
authorIgor Sysoev <igor@sysoev.ru>
Sun, 24 Dec 2006 18:12:18 +0000 (18:12 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sun, 24 Dec 2006 18:12:18 +0000 (18:12 +0000)
next try to fix --with-perl_modules_path= for unpriviliged user installation

auto/lib/perl/make

index ad850c1ff8bb099ab4f1c938a388f583d3d39a6e..aa54ab810b209ed67db8dd0e2847f889c8240c30 100644 (file)
@@ -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