diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2019-08-06 08:46:36 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2019-08-06 08:46:36 +0000 |
commit | 36ce2bc6671e8bd4228450d2c60b38088e228a9d (patch) | |
tree | 0b62921972edaf9f05ac8482f569a17503cea202 /www/nginx/Makefile.extmod | |
parent | 3be39faec8a242a2d5fe5a94cbfbf407566418f0 (diff) | |
download | ports-36ce2bc6671e8bd4228450d2c60b38088e228a9d.tar.gz ports-36ce2bc6671e8bd4228450d2c60b38088e228a9d.zip |
Notes
Diffstat (limited to 'www/nginx/Makefile.extmod')
-rw-r--r-- | www/nginx/Makefile.extmod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/nginx/Makefile.extmod b/www/nginx/Makefile.extmod index fc10834601eb..eefb9361b0a1 100644 --- a/www/nginx/Makefile.extmod +++ b/www/nginx/Makefile.extmod @@ -139,6 +139,8 @@ HTTP_RESPONSE_MASTER_SITES= http://catap.ru/downloads/nginx/:response HTTP_RESPONSE_DISTFILES= ngx_http_response-0.3.tar.gz:response HTTP_RESPONSE_CONFIGURE_ON= --add-module=${WRKDIR}/ngx_http_response-0.3 +HTTP_SLICE_AHEAD_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_http_modules_ngx__http__slice_read_ahead.c + HTTP_SUBS_FILTER_GH_TUPLE= yaoweibin:ngx_http_substitutions_filter_module:v0.6.4:subs_filter HTTP_SUBS_FILTER_CONFIGURE_ON= --add-module=${WRKSRC_subs_filter} |