Skip to content

Instantly share code, notes, and snippets.

@cubicdaiya
Created August 11, 2013 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cubicdaiya/6206206 to your computer and use it in GitHub Desktop.
Save cubicdaiya/6206206 to your computer and use it in GitHub Desktop.
config for ngx_http_file_chunks_filter_module
ngx_feature="ngx_http_file_chunks_filter dependencies"
ngx_feature_name=
ngx_feature_run=no
ngx_feature_libs="-lxml2"
. auto/feature
if [ $ngx_found = no ]; then
exit
fi
CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
ngx_addon_name=ngx_http_file_chunks_filter_module
HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES ngx_http_file_chunks_filter_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
$ngx_addon_dir/ngx_http_file_chunks_filter_module.c
"
CFLAGS="${CFLAGS} -I/usr/include/libxml2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment