forked from rryqszq4/ngx_php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
31 lines (25 loc) · 1.54 KB
/
config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
ngx_addon_name=ngx_http_php_module
HTTP_MODULES="$HTTP_MODULES ngx_http_php_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_php_module.c \
$ngx_addon_dir/src/ngx_http_php_core.c \
$ngx_addon_dir/src/ngx_http_php_directive.c \
$ngx_addon_dir/src/ngx_http_php_handler.c \
$ngx_addon_dir/src/ngx_http_php_request.c \
$ngx_addon_dir/src/ngx_http_php_subrequest.c \
$ngx_addon_dir/src/php/php_ngx.c \
$ngx_addon_dir/src/php/php_ngx_location.c \
"
NGX_ADDON_DEPS="$NGX_ADDON_DEPS $ngx_addon_dir/src/ngx_http_php_module.h \
$ngx_addon_dir/src/ngx_http_php_core.h \
$ngx_addon_dir/src/ngx_http_php_directive.h \
$ngx_addon_dir/src/ngx_http_php_handler.h \
$ngx_addon_dir/src/ngx_http_php_request.h \
$ngx_addon_dir/src/ngx_http_php_subrequest.h \
$ngx_addon_dir/src/php/php_ngx.h \
$ngx_addon_dir/src/php/php_ngx_location.h \
"
CORE_INCS="$CORE_INCS $PHP_INC $PHP_INC/main $PHP_INC/TSRM $PHP_INC/Zend $PHP_INC/ext $PHP_INC/ext/date/lib $PHP_INC/sapi/embed "
CORE_LIBS="$CORE_LIBS `$PHP_BIN/php-config --ldflags` -L$PHP_LIB -lphp5 `$PHP_BIN/php-config --libs` "
#CORE_INCS="$CORE_INCS /usr/local/php53/include/php /usr/local/php53/include/php/main /usr/local/php53/include/php/TSRM /usr/local/php53/include/php/Zend /usr/local/php53/include/php/ext /usr/local/php53/include/php/ext/date/lib /usr/local/php53/include/php/sapi/embed "
#CORE_LIBS="$CORE_LIBS `/usr/local/php53/bin/php-config --ldflags` -L/usr/local/php53/lib -lphp5 `/usr/local/php/bin/php-config --libs` "
have=NDK_SET_VAR . auto/have