From 5feccbbc43ecb3edc60710583b741350a7763d4e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 4 Nov 2008 16:21:11 -0800 Subject: [PATCH] Define macros to enable 64-bit file support on 32-bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4acac90..9718fcc 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all:: # overridable from command-line -CFLAGS = -g -O2 -Wall +CFLAGS = -g -O2 -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 LDFLAGS = -Wl,-O1 fadvise.c: compat-util.h -- 2.11.4.GIT