From 0f7720d5cbc022d864e511cc494235e82a7d49f2 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 15 Aug 2012 08:05:59 +0200 Subject: core: add missing compiler define -D_LARGEFILE64_SOURCE in cmake and -D_LARGE_FILES in autotools (fix build of script plugin on Debian Lenny) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 615d25d68..219e74646 100644 --- a/configure.in +++ b/configure.in @@ -852,7 +852,7 @@ fi # large file support # ------------------------------------------------------------------------------ if test "x$enable_largefile" = "xyes" ; then - CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE" + CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES" else not_asked="$not_asked largefile" fi -- cgit v1.2.3