Fix large file support -- 2+ gig files should now actually
work this time... -Erik
This commit is contained in:
2
Makefile
2
Makefile
@@ -125,7 +125,7 @@ ARFLAGS = -r
|
|||||||
|
|
||||||
ifeq ($(strip $(DOLFS)),true)
|
ifeq ($(strip $(DOLFS)),true)
|
||||||
# For large file summit support
|
# For large file summit support
|
||||||
CFLAGS+=-D_FILE_OFFSET_BITS=64
|
CFLAGS+=-D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64
|
||||||
endif
|
endif
|
||||||
ifeq ($(strip $(DODMALLOC)),true)
|
ifeq ($(strip $(DODMALLOC)),true)
|
||||||
# For testing mem leaks with dmalloc
|
# For testing mem leaks with dmalloc
|
||||||
|
Reference in New Issue
Block a user