fix --with-perl_modules_path= for unpriviliged user installation

This commit is contained in:
Igor Sysoev 2006-12-23 19:16:06 +00:00
parent 97befd1775
commit e4f6f00077

View File

@ -30,6 +30,6 @@ $NGX_OBJS/src/http/modules/perl/Makefile: \
NGX_PCRE=$PCRE \
NGX_OBJS=$NGX_OBJS \
$NGX_PERL Makefile.PL \
LIB=$NGX_PERL_MODULES
PREFIX=$NGX_PERL_MODULES
END