Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a9dc3 commit fed751aCopy full SHA for fed751a
config
@@ -1,3 +1,10 @@
1
+if echo $HTTP_MODULES | grep " ndk_http_module" > /dev/null; then
2
+ echo "found ngx_devel_kit for ngx_array_var; looks good."
3
+else
4
+ echo "error: ngx_devel_kit is required to build ngx_array_var; please put it before ngx_array_var." 1>&2
5
+ exit 1
6
+fi
7
+
8
ngx_addon_name=ngx_http_array_var_module
9
HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_array_var_module"
10
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_array_var_module.c $ngx_addon_dir/src/ngx_http_array_var_util.c"
0 commit comments