1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/nginx/files/extra-patch-ngx_dynamic_healthcheck-config
Jochen Neumeister 59da2a03b2 merge from r545785
Update third-party dynamic_upstream module.
Add third-party dynamic_healthcheck module.

Sponsored by:	Netzkommune GmbH
2020-10-16 17:04:55 +00:00

12 lines
432 B
Plaintext

--- ../ngx_dynamic_healthcheck-61acf02/config.orig 2020-08-22 16:35:36.127913000 -0400
+++ ../ngx_dynamic_healthcheck-61acf02/config 2020-08-22 16:39:36.187267000 -0400
@@ -31,7 +31,7 @@
match($0, /([^ ]*\/stream-lua-nginx-module\/src)/, arr)
print arr[1]
}')"
-CORE_INCS="$CORE_INCS $stream_lua_nginx_module_incs"
+CORE_INCS="$CORE_INCS src/stream $stream_lua_nginx_module_incs"
if test -n "$ngx_module_link"; then