Fix large file support -- 2+ gig files should now actually

work this time...
 -Erik
This commit is contained in:
Eric Andersen 2001-10-02 07:58:23 +00:00
parent c9fc633f9e
commit 5c72104a85

View File

@ -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