chiark
/
gitweb
/
~ian
/
chiark-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cedec88
)
debian/rules: Pass -D_TIME_BITS=64 too
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 15 Aug 2024 20:54:21 +0000
(21:54 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 15 Aug 2024 21:25:23 +0000
(22:25 +0100)
I think this will fix the FTBFS.
Closes: #1078190
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 62bc32d3200048f17668df43bc7310e6b5f833f9..28e5b55874d9d2b6a7d0da662a5edc9d6a6eaf64 100755
(executable)
--- 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: