eglibc: add getlogin() support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-03-20 05:05:03 +01:00
parent 616c6585c3
commit 7f5e77d605

View File

@ -83,8 +83,8 @@ cat >option-groups.config <<EOF
# needed for speed (optionally/todo) # needed for speed (optionally/todo)
OPTION_POSIX_REGEXP_GLIBC = y OPTION_POSIX_REGEXP_GLIBC = y
# needed for PAM: # needed for PAM and Mysql:
OPTION_EGLIBC_GETLOGIN = n OPTION_EGLIBC_GETLOGIN = y
# needed for dropbear: # needed for dropbear:
OPTION_EGLIBC_UTMP = y OPTION_EGLIBC_UTMP = y