commit | 5c72104a85dfe5c0934c85e29e9c11f741a5fe39 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Oct 02 07:58:23 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Oct 02 07:58:23 2001 +0000 |
tree | 550b745fdc81e57534610052f88a15bf2487ea26 | |
parent | c9fc633f9ed09143a63f62f26b0afb619a31273c [diff] |
Fix large file support -- 2+ gig files should now actually work this time... -Erik
diff --git a/Makefile b/Makefile index 67cdb31..1ba43f1 100644 --- a/Makefile +++ b/Makefile
@@ -125,7 +125,7 @@ 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