aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2014-06-26 05:08:59 +0400
committerMaxim Dounin <mdounin@mdounin.ru>2014-06-26 05:08:59 +0400
commit3d167cd42eeae6f147106fce74c2aeeff21b948b (patch)
tree2ef5eb23b2d614204df031a85f0610a7f2f06134
parent9d4de05be4b7a27fecc24a80c4feee987e8b531c (diff)
downloadnginx-3d167cd42eeae6f147106fce74c2aeeff21b948b.tar.gz
nginx-3d167cd42eeae6f147106fce74c2aeeff21b948b.zip
Configure: restored "nginx/" missed in 6e4bb1d6679d.
-rw-r--r--auto/lib/perl/conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto/lib/perl/conf b/auto/lib/perl/conf
index b7c0be6fc..2a1a3fe3c 100644
--- a/auto/lib/perl/conf
+++ b/auto/lib/perl/conf
@@ -41,7 +41,8 @@ if test -n "$NGX_PERL_VER"; then
ngx_perl_ldopts=`$NGX_PERL -MExtUtils::Embed -e ldopts`
ngx_perl_dlext=`$NGX_PERL -MConfig -e 'print $Config{dlext}'`
- ngx_perl_module="src/http/modules/perl/blib/arch/auto/nginx.$ngx_perl_dlext"
+ ngx_perl_libdir="src/http/modules/perl/blib/arch/auto"
+ ngx_perl_module="$ngx_perl_libdir/nginx/nginx.$ngx_perl_dlext"
if $NGX_PERL -V:usemultiplicity | grep define > /dev/null; then
have=NGX_HAVE_PERL_MULTIPLICITY . auto/have