From aa20c556f75ec1556e58259ff2168a26bc574b31 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Mon, 20 Feb 2006 23:35:12 +0000 Subject: Bug 5984 - Convert file offsets to 64 bit git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10579 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b6a5bbf16..b9819b436 100644 --- a/Makefile +++ b/Makefile @@ -147,6 +147,9 @@ endif ASTCFLAGS= +# Define this to use files larger than 2GB (useful for sound files longer than 37 hours and logfiles) +ASTCFLAGS+=-D_FILE_OFFSET_BITS=64 + # Pentium Pro Optimize #PROC=i686 -- cgit v1.2.3