From ed9c79a8a2c97dcd25033f4c977df49cb1eeb775 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 9 Jan 2025 08:30:52 +0000 Subject: [PATCH] sys-libs/pam: disable pam_lastlog for musl It doesn't build there b/c of lack of utmps. Closes: https://bugs.gentoo.org/947754 Signed-off-by: Sam James --- sys-libs/pam/pam-1.7.0_p20241230-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/pam/pam-1.7.0_p20241230-r2.ebuild b/sys-libs/pam/pam-1.7.0_p20241230-r2.ebuild index a50180b880683..39604de4889a4 100644 --- a/sys-libs/pam/pam-1.7.0_p20241230-r2.ebuild +++ b/sys-libs/pam/pam-1.7.0_p20241230-r2.ebuild @@ -121,7 +121,7 @@ multilib_src_configure() { # probably need a news item. $(meson_native_use_feature systemd logind) $(meson_native_use_feature elogind) - -Dpam_lastlog=enabled + $(meson_feature !elibc_musl pam_lastlog) ) # This whole weird has_version libxcrypt block can go once