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

* builds/unix/configure.raw: Call `AC_SYS_LARGEFILE'.
This commit is contained in:
Werner Lemberg 2016-09-02 23:56:27 +02:00
parent d8ef726611
commit d87bb9160a
2 changed files with 8 additions and 0 deletions

View File

@ -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).

View File

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