-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig
More file actions
10 lines (7 loc) · 696 Bytes
/
config
File metadata and controls
10 lines (7 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
ngx_addon_name=ngx_http_psgi_module
USE_PERL=YES
HTTP_MODULES="$HTTP_MODULES ngx_http_psgi_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_psgi_module.c $ngx_addon_dir/src/ngx_http_psgi_perl.c $ngx_addon_dir/src/ngx_http_psgi_response.c $ngx_addon_dir/src/ngx_http_psgi_error_stream.c $ngx_addon_dir/src/ngx_http_psgi_input_stream.c $ngx_addon_dir/src/perlxsi.c"
NGX_ADDON_DEPS="$NGX_ADDON_DEPS $ngx_addon_dir/src/ngx_http_psgi_perl.h $ngx_addon_dir/src/ngx_http_psgi_input_stream.h $ngx_addon_dir/src/ngx_http_psgi_error_stream.h $ngx_addon_dir/src/ngx_http_psgi_response.h $ngx_addon_dir/src/ngx_http_psgi_module.h"
. auto/lib/perl/conf
CFLAGS="$CFLAGS $NGX_PERL_CFLAGS"