mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-03 11:58:07 -07:00
sys-auth/pambase: fix yescrypt support
Closes: https://bugs.gentoo.org/829586 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -83,6 +83,7 @@ src_configure() {
|
||||
$(usex selinux '--selinux' '') \
|
||||
$(usex sha512 '--sha512' '') \
|
||||
$(usex systemd '--systemd' '') \
|
||||
$(usex yescrypt '--yescrypt' '') \
|
||||
|| die
|
||||
}
|
||||
|
||||
@@ -83,6 +83,7 @@ src_configure() {
|
||||
$(usex selinux '--selinux' '') \
|
||||
$(usex sha512 '--sha512' '') \
|
||||
$(usex systemd '--systemd' '') \
|
||||
$(usex yescrypt '--yescrypt' '') \
|
||||
|| die
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user