branch 2.7.x

This commit is contained in:
alancsilva
2012-09-25 13:28:59 +00:00
parent ecb39070eb
commit 09450c2665
2 changed files with 3 additions and 441 deletions

View File

@@ -1,6 +1,6 @@
ngx_addon_name=ngx_http_modsecurity_module
HTTP_MODULES="$HTTP_MODULES ngx_http_modsecurity_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_modsecurity_module.c"
ngx_addon_name=ngx_http_modsecurity
HTTP_MODULES="$HTTP_MODULES ngx_http_modsecurity"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_modsecurity.c"
NGX_ADDON_DEPS="$NGX_ADDON_DEPS"
CORE_LIBS="$CORE_LIBS $ngx_addon_dir/../../standalone/.libs/standalone.a -lapr-1 -laprutil-1 -lxml2 -lm"
CORE_INCS="$CORE_INCS /usr/include/apache2 /usr/include/apr-1.0 $ngx_addon_dir/../../standalone $ngx_addon_dir/../../apache2 /usr/include/libxml2"