mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
0efa233bbe
commit
888013ce49
@ -26,6 +26,10 @@ BDEPEND="${PYTHON_DEPS}
|
|||||||
dev-util/gperf
|
dev-util/gperf
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PATCHES=(
|
||||||
|
"${FILESDIR}"/${P}-fix_lld.patch #918937
|
||||||
|
)
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local emesonargs=(
|
local emesonargs=(
|
||||||
$(meson_feature audit)
|
$(meson_feature audit)
|
||||||
|
|||||||
15
sys-libs/basu/files/basu-0.2.1-fix_lld.patch
Normal file
15
sys-libs/basu/files/basu-0.2.1-fix_lld.patch
Normal 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;
|
||||||
Loading…
x
Reference in New Issue
Block a user