Author: blogic Date: 2015-10-26 11:39:48 +0100 (Mon, 26 Oct 2015) New Revision: 47271
Modified: trunk/toolchain/uClibc/config-0.9.33.2/common trunk/toolchain/uClibc/config-ng-1.0.6/common Log: 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 <[email protected]> Modified: trunk/toolchain/uClibc/config-0.9.33.2/common =================================================================== --- trunk/toolchain/uClibc/config-0.9.33.2/common 2015-10-26 10:39:41 UTC (rev 47270) +++ trunk/toolchain/uClibc/config-0.9.33.2/common 2015-10-26 10:39:48 UTC (rev 47271) @@ -187,7 +187,7 @@ # 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 Modified: trunk/toolchain/uClibc/config-ng-1.0.6/common =================================================================== --- trunk/toolchain/uClibc/config-ng-1.0.6/common 2015-10-26 10:39:41 UTC (rev 47270) +++ trunk/toolchain/uClibc/config-ng-1.0.6/common 2015-10-26 10:39:48 UTC (rev 47271) @@ -192,7 +192,7 @@ UCLIBC_HAS_UTMP=y 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
