From f3b875fd6758145247eb609f9c7339ccad6268af Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 19 Jun 2025 14:53:57 +0800 Subject: [PATCH] Fixed compilation errors in sw_64 support (Patch26) --- add-sw_64-support.patch | 4 ++-- mozjs102.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/add-sw_64-support.patch b/add-sw_64-support.patch index d67b65f..4fc92ac 100644 --- a/add-sw_64-support.patch +++ b/add-sw_64-support.patch @@ -7,7 +7,7 @@ diff -auNr firefox-102.9.0/build/autoconf/config.guess firefox-102.9.0.sw/build/ ;; + sw_64*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC -+ exit ;; ++ ;; tile*:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; @@ -156,7 +156,7 @@ diff -auNr firefox-102.9.0/modules/freetype2/builds/unix/config.guess firefox-10 ;; + sw_64*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC -+ exit ;; ++ ;; tile*:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; diff --git a/mozjs102.spec b/mozjs102.spec index 1540a9d..72f77a1 100644 --- a/mozjs102.spec +++ b/mozjs102.spec @@ -23,7 +23,7 @@ Name: mozjs%{major} Version: 102.9.0 -Release: 8 +Release: 9 Summary: SpiderMonkey JavaScript library License: MPL-2.0 AND Apache-2.0 AND BSD-3-Clause AND BSD-2-Clause AND MIT AND GPL-3.0-or-later URL: https://hg.mozilla.org/releases/mozilla-esr102 @@ -252,6 +252,9 @@ ln -s libmozjs-%{major}.so.0 %{buildroot}%{_libdir}/libmozjs-%{major}.so %{_includedir}/mozjs-%{major}/ %changelog +* Thu Jun 19 2025 swcompiler - 102.9.0-9 +- Fixed compilation errors in sw_64 support (Patch26) + * Tue Mar 11 2025 Funda Wang - 102.9.0-8 - fix build with icu 76 -- Gitee