Commit d87bb9160a48c9daacc810513ea3482ee1a0f3cc

Werner Lemberg 2016-09-02T23:56:27

[unix] Enable 64bit support in file system access (#48962). * builds/unix/configure.raw: Call `AC_SYS_LARGEFILE'.

diff --git a/ChangeLog b/ChangeLog
index e998fa7..eae8f2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2016-09-02  Werner Lemberg  <wl@gnu.org>
 
+	[unix] Enable 64bit support in file system access (#48962).
+
+	* builds/unix/configure.raw: Call `AC_SYS_LARGEFILE'.
+
+2016-09-02  Werner Lemberg  <wl@gnu.org>
+
 	[sfnt] Avoid left shift of negative value (#48980).
 
 	* src/sfnt/ttsbit.c (tt_sbit_decoder_load_bit_aligned): Use unsigned
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index dc38ba4..71f1039 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -180,6 +180,8 @@ CPPFLAGS="${orig_CPPFLAGS}"
 
 # checks for library functions
 
+AC_SYS_LARGEFILE
+
 # Here we check whether we can use our mmap file component.
 
 AC_ARG_ENABLE([mmap],