diff options
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5e3c7f01a3e4..ac9b54ddd7f6 100644 --- a/configure.ac +++ b/configure.ac @@ -79,6 +79,11 @@ AC_ENABLE_SHARED AC_PROG_LIBTOOL +# Use 64-bit file system calls so that we can support files > 2 GiB. +CFLAGS="-D_FILE_OFFSET_BITS=64 $CFLAGS" +CXXFLAGS="-D_FILE_OFFSET_BITS=64 $CXXFLAGS" + + # Check for pubsetbuf. AC_MSG_CHECKING([for pubsetbuf]) AC_LANG_PUSH(C++) |