mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
The libnss_ato module is a set of C library extensions which allows to map every nss request for unknown user to a single predefined user. Signed-off-by: Vincent Jardin <vjardin@free.fr> Signed-off-by: Vincent Cruz <mooz@blockos.org> Signed-off-by: Julien Olivain <ju.o@free.fr>
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
config BR2_PACKAGE_LIBNSS_ATO
|
|
bool "libnss-ato"
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
help
|
|
Library to map every nss request for unknown user to a
|
|
single predefined user.
|
|
|
|
https://github.com/donapieppo/libnss-ato
|
|
|
|
comment "libnss-ato needs a glibc toolchain"
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|