summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-03-11 11:17:52 -0500
committerTavian Barnes <tavianator@tavianator.com>2022-03-11 11:17:52 -0500
commit53a20612843282a906d962e9f7dfcab3183ccb1d (patch)
tree46a13466bd8319786652888a5ebe6ed0b78cec63 /Makefile
parentec6de1ebefe65f9a4be0edafeda3d6caeea1442d (diff)
downloadbfs-53a20612843282a906d962e9f7dfcab3183ccb1d.tar.xz
Makefile: Enable time64
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f1a483b..8c5266b 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,7 @@ LOCAL_CPPFLAGS := \
-D_DARWIN_C_SOURCE \
-D_DEFAULT_SOURCE \
-D_FILE_OFFSET_BITS=64 \
+ -D_TIME_BITS=64 \
-D_GNU_SOURCE \
-DBFS_VERSION=\"$(VERSION)\"