From: Eric Andersen Date: Sun, 22 Sep 2002 12:09:44 +0000 (-0000) Subject: Fixup largefile settings X-Git-Tag: 0_60_5~62 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ecfa290cfd4953598e6d91989bd66ac16e135f84;p=oweals%2Fbusybox.git Fixup largefile settings -Erik --- diff --git a/Rules.mak b/Rules.mak index 0f6f9b152..357529d1a 100644 --- a/Rules.mak +++ b/Rules.mak @@ -162,7 +162,7 @@ OPTIMIZATIONS:=$(OPTIMIZATION) -fomit-frame-pointer ifeq ($(strip $(DOLFS)),true) # For large file summit support - CFLAGS+=-D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 + CFLAGS+=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 endif ifeq ($(strip $(DODMALLOC)),true) # For testing mem leaks with dmalloc