Skip to content

Commit 293ec12

Browse files
committed
Enable largefile support as needed for improved portability
Enable largefile support to avoid possible issues with >32-bit inode numbers and such. Fixes: https://bugs.gentoo.org/show_bug.cgi?id=550438
1 parent da93f9c commit 293ec12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
6464

6565
AC_PROG_CC
6666
AC_USE_SYSTEM_EXTENSIONS
67+
AC_SYS_LARGEFILE
6768
AC_CHECK_FUNCS([readlink])
6869
AM_CONDITIONAL([HAVE_READLINK], [test $ac_cv_func_readlink = yes])
6970

0 commit comments

Comments
 (0)