From b49cbdff6e722a40203beea5a3cc5ce3c6448e72 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 26 Oct 2015 10:39:48 +0000 Subject: 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 SVN-Revision: 47271 --- toolchain/uClibc/config-0.9.33.2/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/uClibc/config-0.9.33.2') diff --git a/toolchain/uClibc/config-0.9.33.2/common b/toolchain/uClibc/config-0.9.33.2/common index b948d4b..c26d22b 100644 --- a/toolchain/uClibc/config-0.9.33.2/common +++ b/toolchain/uClibc/config-0.9.33.2/common @@ -187,7 +187,7 @@ UCLIBC_HAS_TZ_FILE_READ_MANY=y # UCLIBC_HAS_UTMPX is not set UCLIBC_HAS_WCHAR=y UCLIBC_HAS_WORDEXP=y -# UCLIBC_HAS_XATTR is not set +UCLIBC_HAS_XATTR=y # UCLIBC_HAS_XLOCALE is not set UCLIBC_HAS___PROGNAME=y # UCLIBC_LINUX_MODULE_24 is not set -- cgit v1.1