diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2020-06-06 09:13:40 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2020-06-06 09:13:40 +0000 |
commit | e7c7e37f7ca0e2f20f4ba45f729540db8b34f03d (patch) | |
tree | dfcec7af31659324ddfcaa0f0b16e30e151681e6 /www/nginx/files/extra-patch-nginx-notice-config | |
parent | Unbreak bulk -a after r538076 (diff) |
Merge r532982 from www/nginx-devel:
Convert another 3 third-party modules to dynamic:
o) http_json_status
o) http_mogilefs
o) http_notice
Sponsored by: Netzkommune GmbH
Notes
Notes:
svn path=/head/; revision=538078
Diffstat (limited to 'www/nginx/files/extra-patch-nginx-notice-config')
-rw-r--r-- | www/nginx/files/extra-patch-nginx-notice-config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/nginx/files/extra-patch-nginx-notice-config b/www/nginx/files/extra-patch-nginx-notice-config new file mode 100644 index 000000000000..cd333a115624 --- /dev/null +++ b/www/nginx/files/extra-patch-nginx-notice-config @@ -0,0 +1,13 @@ +--- ../nginx-notice-3c95966/config.orig 2020-04-25 18:03:28.543102000 -0400 ++++ ../nginx-notice-3c95966/config 2020-04-25 18:04:14.387235000 -0400 +@@ -1,3 +1,8 @@ + ngx_addon_name=ngx_http_notice_module +-HTTP_MODULES="$HTTP_MODULES ngx_http_notice_module" +-NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_notice_module.c" ++ ++ngx_module_name="$ngx_addon_name" ++ngx_module_type=HTTP ++ ++ngx_module_srcs="$ngx_addon_dir/ngx_http_notice_module.c" ++ ++. auto/module |