diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-29 00:55:12 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-29 00:55:12 +0800 |
| commit | 289f4b05e312813c280331b8ef401a6909d8153f (patch) | |
| tree | c216ed40195e31d5d6526f0b3c3a286c15962f60 /repos/extra/firefox/abuild | |
| parent | 76cec43d0209e4f0af64db5bc2be77f0c0d936e3 (diff) | |
| download | alicelinux-289f4b05e312813c280331b8ef401a6909d8153f.tar.gz alicelinux-289f4b05e312813c280331b8ef401a6909d8153f.zip | |
firefox: updated to 134.0.2
Diffstat (limited to 'repos/extra/firefox/abuild')
| -rw-r--r-- | repos/extra/firefox/abuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/firefox/abuild b/repos/extra/firefox/abuild index d69287c2..64d2fed5 100644 --- a/repos/extra/firefox/abuild +++ b/repos/extra/firefox/abuild @@ -1,5 +1,5 @@ name=firefox -version=134.0 +version=134.0.2 release=1 source="https://ftp.mozilla.org/pub/${name}/releases/${version}/source/${name}-${version}.source.tar.xz fix-target-detection.patch" @@ -25,7 +25,7 @@ ac_add_options --with-system-libvpx ac_add_options --with-system-nspr ac_add_options --with-system-nss ac_add_options --with-system-pixman -ac_add_options --with-system-png +ac_add_options --without-system-png ac_add_options --with-system-webp ac_add_options --with-system-zlib ac_add_options --without-wasm-sandboxed-libraries |