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 <sam@gentoo.org>
This commit is contained in:
Sam James
2025-01-09 08:30:52 +00:00
parent 4d1ee39e77
commit ed9c79a8a2

View File

@@ -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