alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

commit f030ba924c3b14cd834a3577a1ccadc7be15fb83
parent 6f54e44c1302710e38368442f793a2b9ba78f447
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date:   Thu, 18 Dec 2025 16:57:12 +0000

librewolf: updated to 146.0.2

Diffstat:
Mrepos/extra/librewolf/.checksum | 3++-
Mrepos/extra/librewolf/abuild | 3++-
Arepos/extra/librewolf/musl-prctl.patch | 12++++++++++++
3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/repos/extra/librewolf/.checksum b/repos/extra/librewolf/.checksum @@ -1,2 +1,3 @@ 1a8b337a849c5020835735b37f741855655a837fa4b202fe40dd01957e0e5de4 libcxx18.patch -a88421b807c5566f12a803e9e38c13f7ee28ee041d2ab765751c3111c3806706 librewolf-145.0.2-2.source.tar.gz +ba14cab21db04b7f6459486adc8204b862e3edb111939b16bdfad43679b34a15 librewolf-146.0-2.source.tar.gz +5011887cf318607cb3dabce1cb407957557fd05670ad068d80fb0a3b903303a3 musl-prctl.patch diff --git a/repos/extra/librewolf/abuild b/repos/extra/librewolf/abuild @@ -1,10 +1,11 @@ name=librewolf -version=145.0.2.2 +version=146.0.2 _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 + musl-prctl.patch libcxx18.patch" build() { diff --git a/repos/extra/librewolf/musl-prctl.patch b/repos/extra/librewolf/musl-prctl.patch @@ -0,0 +1,12 @@ +--- a/third_party/libwebrtc/rtc_base/platform_thread_types.cc ++++ b/third_party/libwebrtc/rtc_base/platform_thread_types.cc +@@ -12,7 +12,9 @@ + + // IWYU pragma: begin_keep + #if defined(WEBRTC_LINUX) ++#if defined(__GLIBC__) + #include <linux/prctl.h> ++#endif + #include <sys/prctl.h> + #include <sys/syscall.h> +