diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-22 14:33:12 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-22 14:33:12 +0000 |
| commit | 00260865a58e692dcab21c7b52218c1c6aaa1703 (patch) | |
| tree | 6c21a59c48d5dcc067e8c3f003e90fb4d4ca9bda /repos/extra/librewolf/abuild | |
| parent | 4b0b1095e26577d059a03b697b9977d981094e17 (diff) | |
| download | alicelinux-00260865a58e692dcab21c7b52218c1c6aaa1703.tar.gz alicelinux-00260865a58e692dcab21c7b52218c1c6aaa1703.zip | |
librewolf: updated to 143.0.1
Diffstat (limited to 'repos/extra/librewolf/abuild')
| -rw-r--r-- | repos/extra/librewolf/abuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/repos/extra/librewolf/abuild b/repos/extra/librewolf/abuild index 3ad521ce..875ca3c9 100644 --- a/repos/extra/librewolf/abuild +++ b/repos/extra/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 |