[Git][reproducible-builds/disorderfs][master] 2 commits: set _FILE_OFFSET_BITS for 32-bit platforms
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Jan 4 21:02:16 UTC 2026
Holger Levsen pushed to branch master at Reproducible Builds / disorderfs
Commits:
3177af42 by Roland Clobus at 2026-01-04T21:52:26+01:00
set _FILE_OFFSET_BITS for 32-bit platforms
(cherry picked from commit d2f551674706b776a8e496b37bebf435674b2b3a
and ef919f9bc2f942e999fd8e427efc9201257bade8)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
23207faa by Holger Levsen at 2026-01-04T21:57:05+01:00
release 0.6.2
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- Makefile
- disorderfs.cpp
Changes:
=====================================
Makefile
=====================================
@@ -37,6 +37,9 @@ FUSE_LIBS ?= $(shell $(PKG_CONFIG) --libs fuse3)
CXXFLAGS += -Wall -Wextra -pedantic -O2 -g
CXXFLAGS += -std=c++20 -Wno-unused-parameter
CXXFLAGS += $(FUSE_CFLAGS)
+ifeq ($(shell getconf LONG_BIT),32)
+ CXXFLAGS += -D_FILE_OFFSET_BITS=64
+endif
# Files
OBJFILES = disorderfs.o
=====================================
disorderfs.cpp
=====================================
@@ -40,7 +40,7 @@
#include <sys/file.h>
#include <stddef.h>
-#define DISORDERFS_VERSION "0.6.1"
+#define DISORDERFS_VERSION "0.6.2"
namespace {
std::vector<std::string> bare_arguments;
View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/-/compare/aa9d8b2a041eac63be00f28c7c7709a656d4a67f...23207faac48970c82a583890a62934457225df05
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/-/compare/aa9d8b2a041eac63be00f28c7c7709a656d4a67f...23207faac48970c82a583890a62934457225df05
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/20260104/99b48564/attachment.htm>
More information about the rb-commits
mailing list