mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
Dynamic modules: perl.
This commit is contained in:
parent
39b78fdf96
commit
89b8f57768
9 changed files with 39 additions and 20 deletions
|
|
@ -727,14 +727,12 @@ if [ $HTTP_SCGI = YES ]; then
|
|||
. auto/module
|
||||
fi
|
||||
|
||||
if [ $HTTP_PERL = YES ]; then
|
||||
USE_PERL=YES
|
||||
|
||||
if [ $HTTP_PERL != NO ]; then
|
||||
ngx_module_name=ngx_http_perl_module
|
||||
ngx_module_incs=src/http/modules/perl
|
||||
ngx_module_deps=src/http/modules/perl/ngx_http_perl_module.h
|
||||
ngx_module_srcs=src/http/modules/perl/ngx_http_perl_module.c
|
||||
ngx_module_libs=
|
||||
ngx_module_libs=PERL
|
||||
ngx_module_link=$HTTP_PERL
|
||||
|
||||
. auto/module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue