aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/firefox/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-09-22 14:32:45 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-09-22 14:32:45 +0000
commit4b0b1095e26577d059a03b697b9977d981094e17 (patch)
tree59dec73747026038414e7aae2543a8db619bb3bb /repos/extra/firefox/abuild
parent6f48db523409b4adcdaefc460aea4481e5c034b4 (diff)
downloadalicelinux-4b0b1095e26577d059a03b697b9977d981094e17.tar.gz
alicelinux-4b0b1095e26577d059a03b697b9977d981094e17.zip
firefox: updated to 143.0.1
Diffstat (limited to 'repos/extra/firefox/abuild')
-rw-r--r--repos/extra/firefox/abuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/repos/extra/firefox/abuild b/repos/extra/firefox/abuild
index e947107b..60bebe59 100644
--- a/repos/extra/firefox/abuild
+++ b/repos/extra/firefox/abuild
@@ -1,10 +1,9 @@
name=firefox
-version=142.0.1
+version=143.0.1
release=1
source="https://ftp.mozilla.org/pub/${name}/releases/${version}/source/${name}-${version}.source.tar.xz
- visibility.patch
- fix-target-detection.patch"
-# fix-sqlite-vec-uint.patch"
+ libcxx18.patch
+ depflags.patch"
build() {
cat > .mozconfig << EOF
@@ -46,6 +45,8 @@ ac_add_options --disable-system-extension-dirs
ac_add_options --disable-default-browser-agent
ac_add_options --disable-backgroundtasks
ac_add_options --disable-webspeech
+ac_add_options --target=x86_64-unknown-linux-musl
+ac_add_options --host=x86_64-unknown-linux-musl
EOF
if [ -f $SPM_PKGDB/libx11 ] && [ ! -f $SPM_PKGDB/wayland ]; then