diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ LOCAL_CPPFLAGS := \ -D_ATFILE_SOURCE \ -D__EXTENSIONS__ \ -D_DARWIN_C_SOURCE \ + -D_FILE_OFFSET_BITS=64 \ -DBFS_VERSION=\"$(VERSION)\" LOCAL_CFLAGS := -std=c99 |