From 4efda9844b9028c843ee11e3000c9e62307e7371 Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Mon, 22 Sep 2025 14:33:33 +0000 Subject: Woodpecker CI 00260865a58e692dcab21c7b52218c1c6aaa1703 [SKIP CI] --- firefox/abuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'firefox/abuild') 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 -- cgit v1.2.3