diff options
-rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index ab37fa3146..7637002f23 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc | |||
@@ -65,7 +65,7 @@ do_configure () { | |||
65 | --with-ptr-size=${PTRSIZE} \ | 65 | --with-ptr-size=${PTRSIZE} \ |
66 | --with-sig-atomic-t=${PTRSIZE} \ | 66 | --with-sig-atomic-t=${PTRSIZE} \ |
67 | --with-size-t=${PTRSIZE} \ | 67 | --with-size-t=${PTRSIZE} \ |
68 | --with-off-t=${PTRSIZE} \ | 68 | --with-off-t=8 \ |
69 | --with-time-t=${PTRSIZE} \ | 69 | --with-time-t=${PTRSIZE} \ |
70 | --with-sys-nerr=132 \ | 70 | --with-sys-nerr=132 \ |
71 | --conf-path=${sysconfdir}/nginx/nginx.conf \ | 71 | --conf-path=${sysconfdir}/nginx/nginx.conf \ |