aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2017-07-13 14:44:28 -0500
committerEric Sandeen <sandeen@redhat.com>2017-07-13 14:44:28 -0500
commit71860dc900fe92c1cdf08febb40c551dc10371a3 (patch)
treeebfffc292d9cbff71cb7413af971d29fb2fab151
parent25195ebf107dc81b1b7cea1476764950e1d6cc9d (diff)
downloadxfsdump-dev-71860dc900fe92c1cdf08febb40c551dc10371a3.tar.gz
fix build on 32-bit platforms
Now that xfsprogs requires anyone using the headers to properly define 64-bit file access, xfsdump has stopped building on 32-bit platforms. I think this is all it needs; works for me here. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7bb6f1d5..8d78ed44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,8 @@ AC_CONFIG_SRCDIR([common/main.c])
AC_CONFIG_HEADER(include/config.h)
AC_PREFIX_DEFAULT(/usr)
+AC_SYS_LARGEFILE
+
AC_PROG_LIBTOOL
AC_ARG_ENABLE(shared,