1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-14 09:36:39 +00:00
termux-packages/packages/nginx/src-core-ngx_file.c.patch
Fredrik Fornwall 9e26046912 nginx: Update from 1.14.0 to 1.15.3
Also fix compilation error with ndk r18.

Also remove use of aio due to seccomp filter.
2018-09-20 00:41:19 +02:00

13 lines
368 B
Diff

diff -u -r ../nginx-1.15.3/src/core/ngx_file.c ./src/core/ngx_file.c
--- ../nginx-1.15.3/src/core/ngx_file.c 2018-08-28 15:36:00.000000000 +0000
+++ ./src/core/ngx_file.c 2018-09-19 22:12:25.665430137 +0000
@@ -618,7 +618,7 @@
continue;
}
-#if !(NGX_WIN32)
+#if !(NGX_WIN32) && !defined(__ANDROID__)
{
ngx_file_info_t fi;