build: enable large file support (LFS)
glibc-2.28 changed the behavior of getdents() and readdir() on 32-bit systems so that large inode numbers cause EOVERFLOW.
Using the 64-bit (LFS) system calls avoids any problems this might cause.
Edited by Michael Gilbert