aide (0.15.1-2+squeeze1) 05-configure_32-bit_lfs_fix

Summary

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

#! /bin/sh /usr/share/dpatch/dpatch-run
## 05-configure_32-bit_lfs_fix.dpatch
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Description: Fix large file support on 32-bit systems
## DP: Forwarded: not-needed
## DP: Author: Hannes von Haugwitz <hannes@vonhaugwitz.com>
## DP: Applied-Upstream: 0.16a1, http://aide.git.sourceforge.net/git/gitweb.cgi?p=aide/aide;a=commit;h=92c7878
## DP: Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615111
## DP: Last-Update: 2011-03-11

@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' aide~/configure aide/configure
--- aide~/configure	2011-03-11 06:23:39.000000000 +0000
+++ aide/configure	2011-03-11 06:29:11.000000000 +0000
@@ -6435,7 +6435,7 @@
 if test "x$ac_cv_func_lstat64" = x""yes; then :
   ac_fn_c_check_func "$LINENO" "stat64" "ac_cv_func_stat64"
 if test "x$ac_cv_func_stat64" = x""yes; then :
-  AIDE_DEFS="$AIDE_DEFS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS"
+  AIDE_DEFS="$AIDE_DEFS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
 	AIDE_LSTAT_FUNC="lstat64"
 	compoptionstring="${compoptionstring}WITH_LSTAT64\\n"
 	AIDE_STAT_FUNC="stat64"