View | Details | Raw Unified | Return to bug 225473 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.extmod (-2 / +3 lines)
Lines 156-163 Link Here
156
HTTP_UPLOAD_GH_TUPLE=		Austinb:nginx-upload-module:72ec037:upload
156
HTTP_UPLOAD_GH_TUPLE=		Austinb:nginx-upload-module:72ec037:upload
157
HTTP_UPLOAD_VARS=		DSO_EXTMODS+=upload
157
HTTP_UPLOAD_VARS=		DSO_EXTMODS+=upload
158
158
159
HTTP_UPLOAD_PROGRESS_GH_TUPLE=	masterzen:nginx-upload-progress-module:afb2d31:uploadprogress
159
HTTP_UPLOAD_PROGRESS_GH_TUPLE=		masterzen:nginx-upload-progress-module:afb2d31:uploadprogress
160
HTTP_UPLOAD_PROGRESS_VARS=	DSO_EXTMODS+=uploadprogress
160
HTTP_UPLOAD_PROGRESS_VARS=		DSO_EXTMODS+=uploadprogress
161
HTTP_UPLOAD_PROGRESS_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-masterzen-nginx-upload-progress-module
161
162
162
HTTP_UPSTREAM_CHECK_GH_TUPLE=		yaoweibin:nginx_upstream_check_module:9aecf15:upstreamcheck
163
HTTP_UPSTREAM_CHECK_GH_TUPLE=		yaoweibin:nginx_upstream_check_module:9aecf15:upstreamcheck
163
HTTP_UPSTREAM_CHECK_CONFIGURE_ON=	--add-module=${WRKSRC_upstreamcheck}
164
HTTP_UPSTREAM_CHECK_CONFIGURE_ON=	--add-module=${WRKSRC_upstreamcheck}
(-)files/extra-patch-masterzen-nginx-upload-progress-module (-3 / +3 lines)
Lines 1-9 Link Here
1
--- work/nginx-upload-progress-module-0.9.2/config.orig	2018-01-27 09:47:26.335521000 +0100
1
--- ../nginx-upload-progress-module-afb2d31/config.orig	2018-04-25 22:39:09.867624000 +0200
2
+++ work/nginx-upload-progress-module-0.9.2/config	2018-01-27 09:47:53.763756000 +0100
2
+++ ../nginx-upload-progress-module-afb2d31/config	2018-04-25 22:39:40.537343000 +0200
3
@@ -1,5 +1,5 @@
3
@@ -1,5 +1,5 @@
4
 ngx_addon_name=ngx_http_uploadprogress_module
4
 ngx_addon_name=ngx_http_uploadprogress_module
5
-if test -n "$ngx_module_link"; then
5
-if test -n "$ngx_module_link"; then
6
+if [ $ngx_module_link = DYNAMIC ] ; then
6
+if [ $ngx_module_link = DYNAMIC ] ; then
7
     ngx_module_type=FILTER
7
     ngx_module_type=HTTP_FILTER
8
     ngx_module_name=ngx_http_uploadprogress_module
8
     ngx_module_name=ngx_http_uploadprogress_module
9
     ngx_module_srcs="$ngx_addon_dir/ngx_http_uploadprogress_module.c"
9
     ngx_module_srcs="$ngx_addon_dir/ngx_http_uploadprogress_module.c"

Return to bug 225473