Update package version to 149.0p1

This commit is contained in:
2026-04-03 18:11:02 +03:00
parent a54bb76e6d
commit 7d404429cf
5 changed files with 2015 additions and 15 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