ports/www/nginx/files/extra-patch-ngx_http_response-config
Jochen Neumeister 995f7b54d1 Merge r533146 from www/nginx-devel:
Convert another 3 third-party modules to dynamic:

o) ngx_http_subs_filter
o) ngx_http_upstream_check
o) ngx_http_response

Sponsored by:	Netzkommune GmbH
2020-06-06 10:45:27 +00:00

11 lines
490 B
Text

--- ../ngx_http_response-0.3/config.orig 2020-04-27 11:41:14.626983000 -0400
+++ ../ngx_http_response-0.3/config 2020-04-27 11:41:50.008905000 -0400
@@ -1,3 +1,6 @@
ngx_addon_name=ngx_http_response_module
-HTTP_MODULES="$HTTP_MODULES ngx_http_response_module"
-NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_response_module.c"
+ngx_module_name="$ngx_addon_name"
+ngx_module_type=HTTP
+ngx_module_srcs="$ngx_addon_dir/ngx_http_response_module.c"
+ngx_module_deps=""
+. auto/module