From: Ian Jackson Date: Thu, 4 Jul 2024 11:27:50 +0000 (+0100) Subject: Enable 64-bit time_t. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=ed37a02496692a11f97c416f29f50e51c5e83b23;p=chiark-utils.git Enable 64-bit time_t. We don't have any .so's, so we can just do this. Signed-off-by: Ian Jackson --- diff --git a/debian/rules b/debian/rules index 6a5eaee..62bc32d 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ D_BUILDFLAGS=DEB_BUILD_MAINT_OPTIONS=future=+lfs dpkg-buildflags makebuildargs := OPTIMISE= DEBUG= \ CMDLINE_CFLAGS="$(shell $(D_BUILDFLAGS) --get CFLAGS)" \ - CMDLINE_CPPFLAGS="$(shell $(D_BUILDFLAGS) --get CPPFLAGS) \ + CMDLINE_CPPFLAGS="$(shell $(D_BUILDFLAGS) --get CPPFLAGS) -D_TIME_BITS=64" \ CMDLINE_LDFLAGS="$(shell $(D_BUILDFLAGS) --get LDFLAGS)" build: