aboutsummaryrefslogtreecommitdiff
path: root/librewolf/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-09-22 14:33:33 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-09-22 14:33:33 +0000
commit4efda9844b9028c843ee11e3000c9e62307e7371 (patch)
tree120f6702fb5d69dd3df4eff0daa816820b4e64dd /librewolf/abuild
parente780a8dbd567955bb90e3e1376d52f7c1ea21fd8 (diff)
downloadalicelinux-4efda9844b9028c843ee11e3000c9e62307e7371.tar.gz
alicelinux-4efda9844b9028c843ee11e3000c9e62307e7371.zip
Woodpecker CI 00260865a58e692dcab21c7b52218c1c6aaa1703 [SKIP CI]
Diffstat (limited to 'librewolf/abuild')
-rw-r--r--librewolf/abuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/librewolf/abuild b/librewolf/abuild
index 3ad521ce..875ca3c9 100644
--- a/librewolf/abuild
+++ b/librewolf/abuild
@@ -1,12 +1,12 @@
name=librewolf
-version=142.0.1.1
+version=143.0.1
_ver=${version%.*}
_sion=${version##*.}
_version=${_ver}-${_sion}
release=1
source="https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/${_version}/librewolf-${_version}.source.tar.gz
- visibility.patch
- fix-rust-target.patch"
+ libcxx18.patch
+ depflags.patch"
build() {
cat > mozconfig << EOF
@@ -49,6 +49,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