From 7f59c1359296a821f112e78bc61d880e64dc140b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Aug 2024 21:54:21 +0100 Subject: [PATCH] debian/rules: Pass -D_TIME_BITS=64 too I think this will fix the FTBFS. Closes: #1078190 Signed-off-by: Ian Jackson --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2