public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jemalloc] rawhide: Skipped a check to make s390x build, upstream issue 2753
@ 2026-09-21  9:40 Ingvar Hagelund
  0 siblings, 0 replies; only message in thread
From: Ingvar Hagelund @ 2026-09-21  9:40 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/jemalloc
Branch : rawhide
Commit : 35346dfbabff407dcd1d7ad0569c93b27ea595a7
Author : Ingvar Hagelund <ingvar@redpill-linpro.com>
Date   : 2026-09-21T11:40:06+02:00
Stats  : +10/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/jemalloc/c/35346dfbabff407dcd1d7ad0569c93b27ea595a7?branch=rawhide

Log:
Skipped a check to make s390x build, upstream issue 2753

---
diff --git a/jemalloc.spec b/jemalloc.spec
index 3d935d5..9c77aa2 100644
--- a/jemalloc.spec
+++ b/jemalloc.spec
@@ -75,6 +75,13 @@ uname -a
 
 autoreconf -vfi
 %configure %{?disable_thp} %{?lg_page} --enable-prof
+
+# https://github.com/jemalloc/jemalloc/issues/2753
+%ifarch s390x
+rm test/unit/retained.c
+sed -i '/test\/unit\/retained\.c/d' Makefile
+%endif
+
 make %{?_smp_mflags}
 
 
@@ -110,6 +117,9 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';'
 %ldconfig_scriptlets
 
 %changelog
+* Mon Sep 21 2026 Ingvar Hagelund <ingvar@redpill-linpro.com> - 5.4.0-2
+- Skipped a check to make s390x build, upstream issue 2753
+
 * Thu Sep 17 2026 Ingvar Hagelund <ingvar@redpill-linpro.com> - 5.4.0-1
 - New upstream release
 - Moved jeprof to main package, closing rhbz#2157051

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-21  9:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21  9:40 [rpms/jemalloc] rawhide: Skipped a check to make s390x build, upstream issue 2753 Ingvar Hagelund

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox