diff options
author | Eric Andersen | 2002-09-22 12:09:44 +0000 |
---|---|---|
committer | Eric Andersen | 2002-09-22 12:09:44 +0000 |
commit | ecfa290cfd4953598e6d91989bd66ac16e135f84 (patch) | |
tree | b15166b8ea8fae433d335b17eef170f95e3c9d80 /Rules.mak | |
parent | b3f7261ffe93ec4de377992ff128e5bd520412be (diff) | |
download | busybox-ecfa290cfd4953598e6d91989bd66ac16e135f84.zip busybox-ecfa290cfd4953598e6d91989bd66ac16e135f84.tar.gz |
Fixup largefile settings
-Erik
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |