mozjs115: Updated for version 115.17.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-11-24 08:12:55 +07:00
parent 7e934578b6
commit 7c582110fb
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 2 deletions

View file

@ -43,7 +43,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
wget -c https://ftp.mozilla.org/pub/firefox/releases/115.16.1esr/source/firefox-115.16.1esr.source.tar.xz
wget -c https://ftp.mozilla.org/pub/firefox/releases/115.17.0esr/source/firefox-115.17.0esr.source.tar.xz
# This will collide with a Firefox build that happens simultaneously.
# Therefore, for use with make_world.sh, REQUIRE_GLOBAL_LOCK.
@ -101,11 +101,16 @@ zcat $CWD/patches/0001-Skip-failing-tests-on-ppc64-and-s390x.patch.gz | patch -p
zcat $CWD/patches/remove-sloppy-m4-detection-from-bundled-autoconf.patch.gz | patch -p1 --verbose || exit 1
zcat $CWD/patches/spidermonkey_checks_disable.patch.gz | patch -p1 --verbose || exit 1
zcat $CWD/patches/tests-increase-timeout.patch.gz | patch -p1 --verbose || exit 1
zcat $CWD/patches/clang19.patch.gz | patch -p1 --verbose || exit 1
# Remove bundled zlib directory and use system version:
rm -rf modules/zlib
cd js/src
cd js
sed -i 's|"icu-i18n >= 73.1"|"icu-i18n >= 73.1 icu-uc"|g' moz.configure
cd src
# We need to do this because patches above touch configure.in:
autoconf-2.13

BIN
mozjs115/patches/clang19.patch.gz Executable file

Binary file not shown.