mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
mozjs115: Updated for version 115.17.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
7e934578b6
commit
7c582110fb
2 changed files with 7 additions and 2 deletions
|
@ -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
BIN
mozjs115/patches/clang19.patch.gz
Executable file
Binary file not shown.
Loading…
Reference in a new issue