uClibc: enable xattr support to make feature sets of libc implementations closer to each other
Size increase is about 3-4k: this is how big xattr.os in uClibc after stripping is. Signed-off-by: Maxim Storchak <m.storchak@gmail.com> SVN-Revision: 47271
This commit is contained in:
parent
c89fc7a75a
commit
b49cbdff6e
2 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ UCLIBC_HAS_TZ_FILE_READ_MANY=y
|
||||||
# UCLIBC_HAS_UTMPX is not set
|
# UCLIBC_HAS_UTMPX is not set
|
||||||
UCLIBC_HAS_WCHAR=y
|
UCLIBC_HAS_WCHAR=y
|
||||||
UCLIBC_HAS_WORDEXP=y
|
UCLIBC_HAS_WORDEXP=y
|
||||||
# UCLIBC_HAS_XATTR is not set
|
UCLIBC_HAS_XATTR=y
|
||||||
# UCLIBC_HAS_XLOCALE is not set
|
# UCLIBC_HAS_XLOCALE is not set
|
||||||
UCLIBC_HAS___PROGNAME=y
|
UCLIBC_HAS___PROGNAME=y
|
||||||
# UCLIBC_LINUX_MODULE_24 is not set
|
# UCLIBC_LINUX_MODULE_24 is not set
|
||||||
|
|
|
@ -192,7 +192,7 @@ UCLIBC_HAS_UTMPX=y
|
||||||
UCLIBC_HAS_UTMP=y
|
UCLIBC_HAS_UTMP=y
|
||||||
UCLIBC_HAS_WCHAR=y
|
UCLIBC_HAS_WCHAR=y
|
||||||
UCLIBC_HAS_WORDEXP=y
|
UCLIBC_HAS_WORDEXP=y
|
||||||
# UCLIBC_HAS_XATTR is not set
|
UCLIBC_HAS_XATTR=y
|
||||||
# UCLIBC_HAS_XLOCALE is not set
|
# UCLIBC_HAS_XLOCALE is not set
|
||||||
UCLIBC_HAS___PROGNAME=y
|
UCLIBC_HAS___PROGNAME=y
|
||||||
# UCLIBC_LINUX_MODULE_24 is not set
|
# UCLIBC_LINUX_MODULE_24 is not set
|
||||||
|
|
Loading…
Reference in a new issue