diff --git a/srcpkgs/nginx/files/ngx_auto_config.h.armv6l b/srcpkgs/nginx/files/ngx_auto_config.h.armv6l index a36cd5663f2..8cb33ee4c12 100644 --- a/srcpkgs/nginx/files/ngx_auto_config.h.armv6l +++ b/srcpkgs/nginx/files/ngx_auto_config.h.armv6l @@ -187,6 +187,10 @@ #define NGX_TIME_T_LEN (sizeof("-2147483648") - 1) #endif +#ifndef NGX_MAX_TIME_T_VALUE +#define NGX_MAX_TIME_T_VALUE 2147483647L +#endif + #ifndef NGX_HAVE_INET6 #define NGX_HAVE_INET6 1