mirror of
https://github.com/nginx/nginx.git
synced 2024-11-26 02:40:46 -06:00
force perl modules reinstallation after rebuilding
This commit is contained in:
parent
cccc185623
commit
54ed5aaf20
@ -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…
Reference in New Issue
Block a user