diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ ARFLAGS = -r | |||
125 | 125 | ||
126 | ifeq ($(strip $(DOLFS)),true) | 126 | ifeq ($(strip $(DOLFS)),true) |
127 | # For large file summit support | 127 | # For large file summit support |
128 | CFLAGS+=-D_FILE_OFFSET_BITS=64 | 128 | CFLAGS+=-D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 |
129 | endif | 129 | endif |
130 | ifeq ($(strip $(DODMALLOC)),true) | 130 | ifeq ($(strip $(DODMALLOC)),true) |
131 | # For testing mem leaks with dmalloc | 131 | # For testing mem leaks with dmalloc |