summarylogtreecommitdiffstats
path: root/no-file-offset-bits-64.patch
diff options
context:
space:
mode:
authorYen Chi Hsuan2017-10-16 02:10:47 +0800
committerYen Chi Hsuan2017-10-16 02:10:47 +0800
commit6db3bed99686c50fb138f03d3480b41803024474 (patch)
tree9ac059ea824e0978e3b81f1b216ce01f0beedd9c /no-file-offset-bits-64.patch
parent81c8840763876409ae3ab21b1b06da82f5ed5c43 (diff)
downloadaur-fb-adb-git.tar.gz
Fix building against NDK r15.c
Diffstat (limited to 'no-file-offset-bits-64.patch')
-rw-r--r--no-file-offset-bits-64.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/no-file-offset-bits-64.patch b/no-file-offset-bits-64.patch
new file mode 100644
index 000000000000..1bb4f112d44f
--- /dev/null
+++ b/no-file-offset-bits-64.patch
@@ -0,0 +1,12 @@
+diff --git a/configure.ac b/configure.ac
+index 7fd5b70..a95260f 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -116,7 +116,6 @@ AC_SUBST([PATH])
+ AC_USE_SYSTEM_EXTENSIONS
+
+ AC_PROG_CC
+-AC_SYS_LARGEFILE
+ AC_CHECK_SIZEOF([off_t])
+
+ AC_CHECK_HEADERS([machine/endian.h endian.h features.h])