mirror of
https://github.com/nginx/nginx.git
synced 2026-08-28 12:45:21 +00:00
force perl modules reinstallation after rebuilding
This commit is contained in:
parent
cccc185623
commit
54ed5aaf20
1 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,8 @@ $NGX_OBJS/src/http/modules/perl/blib/arch/auto/nginx/nginx.so: \
|
|||
|
||||
cd $NGX_OBJS/src/http/modules/perl && make
|
||||
|
||||
rm -rf $NGX_OBJS/install_perl
|
||||
|
||||
|
||||
$NGX_OBJS/src/http/modules/perl/Makefile: \
|
||||
src/http/modules/perl/Makefile.PL \
|
||||
|
|
@ -30,5 +32,4 @@ $NGX_OBJS/src/http/modules/perl/Makefile: \
|
|||
$NGX_PERL Makefile.PL \
|
||||
LIB=$NGX_PERL_MODULES
|
||||
|
||||
|
||||
END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue