From c0a83b911b3d8a698ebd385b57c8a54497669b1f Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Tue, 11 Nov 2025 20:04:01 +0100 Subject: [PATCH] Fix build on s390x Resolves: RHEL-126377 --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 9744ee0..842fdc0 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1686,7 +1686,7 @@ MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads" # __global_ldflags that normally sets this. MOZ_LINK_FLAGS="$MOZ_LINK_FLAGS -L%{_libdir}" %endif -%ifarch %{ix86} %{s390x} +%ifarch %{ix86} s390x export RUSTFLAGS="-Cdebuginfo=0" echo 'export RUSTFLAGS="-Cdebuginfo=0"' >> .mozconfig %endif