projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9fc633
)
Fix large file support -- 2+ gig files should now actually
author
Eric Andersen
<andersen@codepoet.org>
Tue, 2 Oct 2001 07:58:23 +0000
(07:58 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 2 Oct 2001 07:58:23 +0000
(07:58 -0000)
work this time...
-Erik
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 67cdb315b0d33698e3029660b9a899270225b82a..1ba43f1bab996c8b491d0ed69b47298ee3470fd9 100644
(file)
--- 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