Control: tag -1 patch pending
Dear maintainer,
I've prepared an NMU for mimalloc (versioned as 3.0.3+ds-1.1) and
uploaded it per the low-threshold NMU rules (also because this is an RC
bug that has been open for nearly four months and is blocking some other
packages I work on). Diff attached.
Thanks,
--
Colin Watson (he/him) [[email protected]]
diffstat for mimalloc-3.0.3+ds mimalloc-3.0.3+ds
changelog | 9 +++++++++
rules | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff -Nru mimalloc-3.0.3+ds/debian/changelog mimalloc-3.0.3+ds/debian/changelog
--- mimalloc-3.0.3+ds/debian/changelog 2025-04-03 10:13:17.000000000 +0100
+++ mimalloc-3.0.3+ds/debian/changelog 2025-08-13 12:06:40.000000000 +0100
@@ -1,3 +1,12 @@
+mimalloc (3.0.3+ds-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Build with -DMI_NO_OPT_ARCH=ON rather than -DMI_OPT_ARCH=OFF, since the
+ latter is ineffective on systems that the build system thinks are arm64
+ (closes: #1103589).
+
+ -- Colin Watson <[email protected]> Wed, 13 Aug 2025 12:06:40 +0100
+
mimalloc (3.0.3+ds-1) unstable; urgency=medium
* Ack NMUs.
diff -Nru mimalloc-3.0.3+ds/debian/rules mimalloc-3.0.3+ds/debian/rules
--- mimalloc-3.0.3+ds/debian/rules 2025-02-21 09:45:38.000000000 +0000
+++ mimalloc-3.0.3+ds/debian/rules 2025-08-13 01:23:59.000000000 +0100
@@ -25,7 +25,7 @@
-DMI_BUILD_OBJECT=OFF \
-DMI_BUILD_TESTS=OFF \
-DMI_INSTALL_TOPLEVEL=ON \
- -DMI_OPT_ARCH=OFF \
+ -DMI_NO_OPT_ARCH=ON \
-DMI_USE_LIBATOMIC=$(LIBATOMIC) \
override_dh_missing: