eglibc: disable GETLOGIN, UTMP, UTMPX support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-09-29 11:44:25 +02:00
parent a19c76ae68
commit 0d9b39f091

View File

@ -67,9 +67,12 @@ OPTION_EGLIBC_NSSWITCH_FIXED_CONFIG = $NSS_CONF_DIR/fixed-nsswitch.conf
OPTION_EGLIBC_NSSWITCH_FIXED_FUNCTIONS = $NSS_CONF_DIR/fixed-nsswitch.functions OPTION_EGLIBC_NSSWITCH_FIXED_FUNCTIONS = $NSS_CONF_DIR/fixed-nsswitch.functions
OPTION_EGLIBC_RCMD = n OPTION_EGLIBC_RCMD = n
OPTION_EGLIBC_RTLD_DEBUG = n OPTION_EGLIBC_RTLD_DEBUG = n
OPTION_EGLIBC_UTMP = y
OPTION_EGLIBC_UTMPX = y
OPTION_POSIX_REGEXP_GLIBC = n OPTION_POSIX_REGEXP_GLIBC = n
OPTION_EGLIBC_GETLOGIN = n
OPTION_EGLIBC_UTMP = n
OPTION_EGLIBC_UTMPX = n
$DEBUG_OPTIONS $DEBUG_OPTIONS
EOF EOF