diff options
| author | Emmett1 <me@emmett1.my> | 2026-04-27 00:39:33 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-04-27 00:39:33 +0000 |
| commit | 78a8d6d2f7075aa2e4b49891ca67c2c1fe58c8ff (patch) | |
| tree | aab4b55d530f9c2e9a832c4121391131a4fd5e47 /repos/extra/firefox/abuild | |
| parent | f28e03e97ca1ce783fd24a75b1994b6fff8b42bc (diff) | |
| download | alicelinux-78a8d6d2f7075aa2e4b49891ca67c2c1fe58c8ff.tar.gz alicelinux-78a8d6d2f7075aa2e4b49891ca67c2c1fe58c8ff.zip | |
firefox: updated to 150.0
Diffstat (limited to 'repos/extra/firefox/abuild')
| -rw-r--r-- | repos/extra/firefox/abuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/repos/extra/firefox/abuild b/repos/extra/firefox/abuild index 9adf438c..e9d7d8ff 100644 --- a/repos/extra/firefox/abuild +++ b/repos/extra/firefox/abuild @@ -1,5 +1,5 @@ name=firefox -version=149.0.2 +version=150.0 release=1 source="https://ftp.mozilla.org/pub/${name}/releases/${version}/source/${name}-${version}.source.tar.xz fix-webrtc-pid_t.patch @@ -15,7 +15,8 @@ source="https://ftp.mozilla.org/pub/${name}/releases/${version}/source/${name}-$ musl-sandbox-sched.patch musl-siginfo.patch musl-single-threaded.patch - no-build-id.patch" + no-build-id.patch + rust-1.95-iwyu.patch" build() { # musl: allow select() syscall in all sandbox policies @@ -23,6 +24,8 @@ build() { security/sandbox/linux/SandboxFilter.cpp > SandboxFilter.tmp mv SandboxFilter.tmp security/sandbox/linux/SandboxFilter.cpp + sed -i 's/\("files":{\)[^}]*/\1/' third_party/rust/encoding_rs/.cargo-checksum.json + cat > .mozconfig << EOF ac_add_options --prefix=/usr ac_add_options --libdir=/usr/lib |