From: Ian Jackson Date: Thu, 15 Aug 2024 20:54:21 +0000 (+0100) Subject: debian/rules: Pass -D_TIME_BITS=64 too X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=7f59c1359296a821f112e78bc61d880e64dc140b;p=chiark-utils.git debian/rules: Pass -D_TIME_BITS=64 too I think this will fix the FTBFS. Closes: #1078190 Signed-off-by: Ian Jackson --- diff --git a/debian/rules b/debian/rules index 62bc32d..28e5b55 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) -D_TIME_BITS=64" \ + CMDLINE_CPPFLAGS="$(shell $(D_BUILDFLAGS) --get CPPFLAGS) -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64" \ CMDLINE_LDFLAGS="$(shell $(D_BUILDFLAGS) --get LDFLAGS)" build: