[unix] Enable 64bit support in file system access (#48962).
* builds/unix/configure.raw: Call `AC_SYS_LARGEFILE'.
This commit is contained in:
parent
d8ef726611
commit
d87bb9160a
@ -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…
Reference in New Issue
Block a user