sys-libs/basu: fix build failing due to undefined symbols on lld

fixed by upstream

Closes: https://bugs.gentoo.org/918937
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/45021
Closes: https://github.com/gentoo/gentoo/pull/45021
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
This commit is contained in:
Nicolas PARLANT 2025-12-14 09:06:04 +01:00 committed by Arsen Arsenović
parent 0efa233bbe
commit 888013ce49
No known key found for this signature in database
GPG Key ID: 52C294301EA2C493
2 changed files with 19 additions and 0 deletions

View File

@ -26,6 +26,10 @@ BDEPEND="${PYTHON_DEPS}
dev-util/gperf
"
PATCHES=(
"${FILESDIR}"/${P}-fix_lld.patch #918937
)
src_configure() {
local emesonargs=(
$(meson_feature audit)

View File

@ -0,0 +1,15 @@
see https://bugs.gentoo.org/918937
from upstream https://git.sr.ht/~emersion/basu/commit/a08cf5a575325435040d35710dbac3d0c32b1676.patch
Drop unused symbols from version script
--- a/src/libsystemd/libsystemd.sym
+++ b/src/libsystemd/libsystemd.sym
@@ -72,9 +72,6 @@ global:
sd_bus_get_current_message;
sd_bus_get_current_handler;
sd_bus_get_current_userdata;
- sd_bus_attach_event;
- sd_bus_detach_event;
- sd_bus_get_event;
sd_bus_add_filter;
sd_bus_add_match;
sd_bus_add_object;