2013-03-19 09:04:02 +00:00
|
|
|
Index: configure.ac
|
|
|
|
===================================================================
|
|
|
|
--- configure.ac.orig
|
|
|
|
+++ configure.ac
|
2018-03-19 17:24:00 +00:00
|
|
|
@@ -129,7 +129,7 @@ if test ".$ac_cv_sys_largefile_sensitive
|
2013-03-19 09:04:02 +00:00
|
|
|
elif test ".$with_largefile" != ".no" ; then
|
|
|
|
AC_MSG_RESULT(compiles library as 64bit off_t variant dnl
|
|
|
|
- and renaming some function names)
|
|
|
|
- LARGEFILE_CFLAGS="$LARGEFILE_CFLAGS -D_LARGEFILE_SOURCE"
|
|
|
|
+ LARGEFILE_CFLAGS="$LARGEFILE_CFLAGS -D_ZZIP_LARGEFILE -D_LARGEFILE_SOURCE"
|
|
|
|
AC_MSG_RESULT(..adding CFLAGS $LARGEFILE_CFLAGS)
|
|
|
|
CFLAGS="$CFLAGS $LARGEFILE_CFLAGS"
|
|
|
|
AC_MSG_RESULT(..adding 64 into RELEASE_INFO for the libraries)
|