summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2019-04-03 00:32:14 -0500
committerJory Pratt <anarchy@gentoo.org>2019-04-03 03:55:07 -0500
commit60fdec3b12b636246717cd427dbd6f8452e97b6f (patch)
treec39580b84d56a2e21732285f1480cb2ed0a1a49f /sys-auth
parentpackage.mask: Last rite dev-lang/polyml (diff)
downloadgentoo-60fdec3b12b636246717cd427dbd6f8452e97b6f.tar.gz
gentoo-60fdec3b12b636246717cd427dbd6f8452e97b6f.tar.bz2
gentoo-60fdec3b12b636246717cd427dbd6f8452e97b6f.zip
sys-auth/elogind: Disable utmp/wtmp support on musl
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/elogind/elogind-241.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-auth/elogind/elogind-241.2.ebuild b/sys-auth/elogind/elogind-241.2.ebuild
index b63a71d3bcd4..e7da6ab22e51 100644
--- a/sys-auth/elogind/elogind-241.2.ebuild
+++ b/sys-auth/elogind/elogind-241.2.ebuild
@@ -86,6 +86,7 @@ src_configure() {
-Dhtml=$(usex doc auto false)
-Dpam=$(usex pam true false)
-Dselinux=$(usex selinux true false)
+ -Dutmp=$(usex elibc_musl false true)
)
meson_src_configure