sys-process/procps: re-apply musl/error-standalone workaround, bug 969592

Closes: https://bugs.gentoo.org/969592
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2026-02-04 23:16:50 +01:00
parent 8df2f549be
commit dd1f344591

View File

@@ -4,7 +4,7 @@
EAPI=8
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/craigsmall.asc
inherit autotools flag-o-matic multilib-minimal verify-sig
inherit autotools flag-o-matic multilib-minimal verify-sig toolchain-funcs
DESCRIPTION="Standard informational utilities and process-handling tools"
HOMEPAGE="https://gitlab.com/procps-ng/procps"
@@ -70,6 +70,12 @@ multilib_src_configure() {
# bug #471102
append-lfs-flags
# Workaround for bug 969592
if use elibc_musl ; then
append-cflags "$($(tc-getPKG_CONFIG) --cflags error-standalone)"
append-libs "$($(tc-getPKG_CONFIG) --libs error-standalone)"
fi
local myeconfargs=(
# No elogind multilib support
$(multilib_native_use_with elogind)