diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-09-22 14:33:33 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-09-22 14:33:33 +0000 |
| commit | 4efda9844b9028c843ee11e3000c9e62307e7371 (patch) | |
| tree | 120f6702fb5d69dd3df4eff0daa816820b4e64dd /firefox/abuild | |
| parent | e780a8dbd567955bb90e3e1376d52f7c1ea21fd8 (diff) | |
| download | alicelinux-4efda9844b9028c843ee11e3000c9e62307e7371.tar.gz alicelinux-4efda9844b9028c843ee11e3000c9e62307e7371.zip | |
Woodpecker CI 00260865a58e692dcab21c7b52218c1c6aaa1703 [SKIP CI]
Diffstat (limited to 'firefox/abuild')
| -rw-r--r-- | firefox/abuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/firefox/abuild b/firefox/abuild index e947107b..60bebe59 100644 --- a/firefox/abuild +++ b/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 |