+7
-0
lines changedFilter options
+7
-0
lines changed Original file line number Diff line number Diff line change
@@ -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
+
1
8
ngx_addon_name=ngx_http_array_var_module
2
9
HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_array_var_module"
3
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"
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4