aboutsummaryrefslogtreecommitdiff
path: root/librewolf/abuild
diff options
context:
space:
mode:
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