I tried to upgrade the nginx packages using the just released nginx 1.1.15, and the build failed.
Here is the log extract :
/tmp/buildd/nginx-1.1.15/debian/modules/nginx-upload-progress/ngx_http_uploadprogress_module.c: In function 'ngx_http_track_uploads':
/tmp/buildd/nginx-1.1.15/debian/modules/nginx-upload-progress/ngx_http_uploadprogress_module.c:1445:26: error: 'NGX_PARSE_LARGE_TIME' undeclared (first use in this function)
/tmp/buildd/nginx-1.1.15/debian/modules/nginx-upload-progress/ngx_http_uploadprogress_module.c:1445:26: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *\ [objs/addon/nginx-upload-progress/ngx_http_uploadprogress_module.o] Error 1
Apparently, they removed the NGX_PARSE_LARGE_TIME variable starting 1.1.15.
Hi.
I tried to upgrade the nginx packages using the just released nginx 1.1.15, and the build failed.
Here is the log extract : /tmp/buildd/nginx-1.1.15/debian/modules/nginx-upload-progress/ngx_http_uploadprogress_module.c: In function 'ngx_http_track_uploads': /tmp/buildd/nginx-1.1.15/debian/modules/nginx-upload-progress/ngx_http_uploadprogress_module.c:1445:26: error: 'NGX_PARSE_LARGE_TIME' undeclared (first use in this function) /tmp/buildd/nginx-1.1.15/debian/modules/nginx-upload-progress/ngx_http_uploadprogress_module.c:1445:26: note: each undeclared identifier is reported only once for each function it appears in make[2]: *\ [objs/addon/nginx-upload-progress/ngx_http_uploadprogress_module.o] Error 1
Apparently, they removed the NGX_PARSE_LARGE_TIME variable starting 1.1.15.
Could you take a look at fixing it ?
Thank you very much.