From 583d7f013250768de7b26d2b4000445764a03626 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 16 Jul 2012 16:00:00 +0200 Subject: add new package nginx --- package/nginx/patches/patch-src_os_unix_ngx_errno_c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/nginx/patches/patch-src_os_unix_ngx_errno_c (limited to 'package/nginx/patches/patch-src_os_unix_ngx_errno_c') diff --git a/package/nginx/patches/patch-src_os_unix_ngx_errno_c b/package/nginx/patches/patch-src_os_unix_ngx_errno_c new file mode 100644 index 000000000..70020937a --- /dev/null +++ b/package/nginx/patches/patch-src_os_unix_ngx_errno_c @@ -0,0 +1,12 @@ +--- nginx-1.2.2.orig/src/os/unix/ngx_errno.c 2012-07-02 18:51:02.000000000 +0200 ++++ nginx-1.2.2/src/os/unix/ngx_errno.c 2012-07-16 09:32:48.000000000 +0200 +@@ -8,6 +8,9 @@ + #include + #include + ++#ifndef NGX_SYS_NERR ++#define NGX_SYS_NERR 128 ++#endif + + /* + * The strerror() messages are copied because: -- cgit v1.2.3