Skip to content

build: enable large file support (LFS)

Michael Gilbert requested to merge floppym/shared-mime-info:lfs into master

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.

Bug: https://bugs.gentoo.org/684884

Edited by Michael Gilbert

Merge request reports