Fix large file support -- 2+ gig files should now actually
authorEric Andersen <andersen@codepoet.org>
Tue, 2 Oct 2001 07:58:23 +0000 (07:58 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 2 Oct 2001 07:58:23 +0000 (07:58 -0000)
work this time...
 -Erik

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