From: Eric Andersen Date: Tue, 2 Oct 2001 07:58:23 +0000 (-0000) Subject: Fix large file support -- 2+ gig files should now actually X-Git-Tag: 0_60_2~151 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5c72104a85dfe5c0934c85e29e9c11f741a5fe39;p=oweals%2Fbusybox.git Fix large file support -- 2+ gig files should now actually work this time... -Erik --- diff --git a/Makefile b/Makefile index 67cdb315b..1ba43f1ba 100644 --- a/Makefile +++ b/Makefile @@ -125,7 +125,7 @@ ARFLAGS = -r ifeq ($(strip $(DOLFS)),true) # For large file summit support - CFLAGS+=-D_FILE_OFFSET_BITS=64 + CFLAGS+=-D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 endif ifeq ($(strip $(DODMALLOC)),true) # For testing mem leaks with dmalloc