Skip to content
Snippets Groups Projects
Verified Commit 296544a9 authored by David Runge's avatar David Runge :chipmunk:
Browse files

Disable the use of nscd

As glibc will no longer ship nscd, disable it.
https://bugs.archlinux.org/task/79736



Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent 8d04a87d
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ build() {
--with-group-name-max-length=32
--with-libpam # PAM integration for chpasswd, groupmems, newusers, passwd
--without-libbsd # shadow can use internal implementation for getting passphrase
--without-nscd # we do not ship nscd anymore
--without-selinux
--without-su # su is provided by util-linux
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment