[unix] Enable 64bit support in file system access (#48962).

* builds/unix/configure.raw: Call `AC_SYS_LARGEFILE'.
Harmony
Werner Lemberg 8 years ago
parent d8ef726611
commit d87bb9160a
  1. 6
      ChangeLog
  2. 2
      builds/unix/configure.raw

@ -1,3 +1,9 @@
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).

@ -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],

Loading…
Cancel
Save