mirror of
https://github.com/nginx/nginx.git
synced 2025-07-26 07:06:55 +08: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
|
cd $NGX_OBJS/src/http/modules/perl && make
|
||||||
|
|
||||||
|
rm -rf $NGX_OBJS/install_perl
|
||||||
|
|
||||||
|
|
||||||
$NGX_OBJS/src/http/modules/perl/Makefile: \
|
$NGX_OBJS/src/http/modules/perl/Makefile: \
|
||||||
src/http/modules/perl/Makefile.PL \
|
src/http/modules/perl/Makefile.PL \
|
||||||
@ -30,5 +32,4 @@ $NGX_OBJS/src/http/modules/perl/Makefile: \
|
|||||||
$NGX_PERL Makefile.PL \
|
$NGX_PERL Makefile.PL \
|
||||||
LIB=$NGX_PERL_MODULES
|
LIB=$NGX_PERL_MODULES
|
||||||
|
|
||||||
|
|
||||||
END
|
END
|
||||||
|
Loading…
Reference in New Issue
Block a user