mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
net-misc/networkmanager: Workaround LLD error on musl systems
Bug: https://bugs.gentoo.org/959603 Signed-off-by: Michal Rostecki <vadorovsky@disroot.org> Part-of: https://github.com/gentoo/gentoo/pull/42890 Closes: https://github.com/gentoo/gentoo/pull/42890 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
025aec0a9e
commit
07b54d7784
@@ -180,6 +180,9 @@ meson_nm_native_program() {
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
# Workaround for LLD on musl systems (bug #959603)
|
||||
append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
|
||||
|
||||
# LTO is restricted in older clang for unclear reasons.
|
||||
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/593
|
||||
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2053
|
||||
|
||||
Reference in New Issue
Block a user