aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67cdb315b..1ba43f1ba 100644
--- 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