Update package version to 149.0

This commit is contained in:
2026-04-03 17:06:40 +03:00
parent 16faff450e
commit 629a601f7d
6 changed files with 2015 additions and 51 deletions
+5 -2
View File
@@ -6,8 +6,11 @@
# This function is used for putting downloaded files to the correct location or applying patches
prepare() {
cd "$BPM_SOURCE"
patch -Np1 -i "$BPM_WORKDIR"/build-c11-threads-avail.patch
patch -Np1 -i "$BPM_WORKDIR"/build-seccomp.patch
# Fix build with glibc 2.43
# https://bugzilla.mozilla.org/show_bug.cgi?id=1999625
patch -Np1 -i "$BPM_WORKDIR"/0001-Patch-glsl-optimizer-to-build-with-glibc-2.43.patch
# https://bugzilla.mozilla.org/show_bug.cgi?id=2016618
patch -Np1 -i "$BPM_WORKDIR"/0002-Bug-2016618-Fix-Linux-sandbox-build-breakage-on-glib.patch
# Generate mozconfig
cat > mozconfig <<-EOF