summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYou-Sheng Yang <vicamo@gmail.com>2018-12-12 14:02:40 +0800
committerAndrej Shadura <andrewsh@debian.org>2019-07-18 15:15:27 -0300
commitfa85f873851dc691ff61133692968882c93566c7 (patch)
tree85a19aaf1cb2b442d73ab93334486bffc3918207
parentd6bc6bbb0c3c36c68e906e42f278603e10117c28 (diff)
[PATCH] enable large file support when available
Gbp-Pq: Name 0012-enable-large-file-support-when-available.patch
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4829288..205b2eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,8 @@ AC_PROG_CC
AC_GNU_SOURCE
AC_PROG_YACC
+AC_SYS_LARGEFILE
+
AC_MSG_CHECKING([for build system compiler])
if test "$cross_compiling" = yes; then
CC_FOR_BUILD=${CC_FOR_BUILD-cc}