ref: d87bb9160a48c9daacc810513ea3482ee1a0f3cc
parent: d8ef726611459a40e4e27a6602855bc27535a548
author: Werner Lemberg <[email protected]>
date: Fri Sep 2 19:56:27 EDT 2016
[unix] Enable 64bit support in file system access (#48962). * builds/unix/configure.raw: Call `AC_SYS_LARGEFILE'.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2016-09-02 Werner Lemberg <[email protected]>
+ [unix] Enable 64bit support in file system access (#48962).
+
+ * builds/unix/configure.raw: Call `AC_SYS_LARGEFILE'.
+
+2016-09-02 Werner Lemberg <[email protected]>
+
[sfnt] Avoid left shift of negative value (#48980).
* src/sfnt/ttsbit.c (tt_sbit_decoder_load_bit_aligned): Use unsigned
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -180,6 +180,8 @@
# checks for library functions
+AC_SYS_LARGEFILE
+
# Here we check whether we can use our mmap file component.
AC_ARG_ENABLE([mmap],