From d87bb9160a48c9daacc810513ea3482ee1a0f3cc Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 2 Sep 2016 23:56:27 +0200 Subject: [PATCH] [unix] Enable 64bit support in file system access (#48962). * builds/unix/configure.raw: Call `AC_SYS_LARGEFILE'. --- ChangeLog | 6 ++++++ builds/unix/configure.raw | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index e998fa7b6..eae8f2b24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-09-02 Werner Lemberg + + [unix] Enable 64bit support in file system access (#48962). + + * builds/unix/configure.raw: Call `AC_SYS_LARGEFILE'. + 2016-09-02 Werner Lemberg [sfnt] Avoid left shift of negative value (#48980). diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw index dc38ba4f4..71f10395d 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],