[Git][reproducible-builds/disorderfs][rclobus/fuse3] Use 64bit off_t
Roland Clobus (@rclobus)
gitlab at salsa.debian.org
Sat Jan 3 12:55:32 UTC 2026
Roland Clobus pushed to branch rclobus/fuse3 at Reproducible Builds / disorderfs
Commits:
d2f55167 by Roland Clobus at 2026-01-03T13:50:45+01:00
Use 64bit off_t
- - - - -
1 changed file:
- Makefile
Changes:
=====================================
Makefile
=====================================
@@ -30,7 +30,7 @@ HAS_A2X ?= $(shell command -v a2x >/dev/null && echo yes || echo no)
# FUSE
PKG_CONFIG ?= pkg-config
-FUSE_CFLAGS ?= $(shell $(PKG_CONFIG) --cflags fuse3) -DFUSE_USE_VERSION=31
+FUSE_CFLAGS ?= $(shell $(PKG_CONFIG) --cflags fuse3) -DFUSE_USE_VERSION=31 -D_FILE_OFFSET_BITS=64
FUSE_LIBS ?= $(shell $(PKG_CONFIG) --libs fuse3)
# CXXFLAGS
View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/-/commit/d2f551674706b776a8e496b37bebf435674b2b3a
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/-/commit/d2f551674706b776a8e496b37bebf435674b2b3a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20260103/a4e20578/attachment.htm>
More information about the rb-commits
mailing list