From b4887b289e5ef3fd18b135f970ff0f6d24f3d8a4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 24 Dec 2006 18:12:18 +0000 Subject: [PATCH] backout the r945: the nginx.pm could not be loaded at all, next try to fix --with-perl_modules_path= for unpriviliged user installation --- auto/lib/perl/make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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