summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2019-05-01 12:00:11 -0400
committerMike Gilbert <floppym@gentoo.org>2019-05-02 10:11:40 -0400
commitcfdb30a18af5558c373b1c52cda4e038412a5423 (patch)
treeb32129d80c12e3644a6bee32d5b95c43af9cb389
parentedfafa342d8087189da465109d5f2836c15af04d (diff)
downloadshared-mime-info-cfdb30a18af5558c373b1c52cda4e038412a5423.tar.gz
build: enable large file support (LFS)
glibc-2.28 changed the behavior of getdents() and readdier() 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
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 86f1d24d..27479a00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_PROG_CC
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
-
+AC_SYS_LARGEFILE
IT_PROG_INTLTOOL([0.35.0])