]> git.kaiwu.me - nginx.git/commitdiff
Configure: restored "nginx/" missed in 6e4bb1d6679d.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 26 Jun 2014 01:08:59 +0000 (05:08 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 26 Jun 2014 01:08:59 +0000 (05:08 +0400)
auto/lib/perl/conf

index b7c0be6fc6139c26079202db9b27c66b4277742b..2a1a3fe3cf24c6281d3dffccc41acec1d5fcb637 100644 (file)
@@ -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