diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-01-24 13:07:28 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-25 14:20:11 +0000 |
commit | 406aaccfd115ef189e4372f581bf19e5b0906a15 (patch) | |
tree | 7f6cdafe11d3ab012969bea5cc5be6076856a083 /meta/recipes-core/uclibc | |
parent | 0f83cb8ca629fbf1af448781f28912bbc75e0d80 (diff) | |
download | openembedded-core-contrib-406aaccfd115ef189e4372f581bf19e5b0906a15.tar.gz |
uclibc-git/uClibc.distro: Enable UCLIBC_HAS_REENTRANT_RPC
The renterant functions are needed by quota
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/uclibc')
-rw-r--r-- | meta/recipes-core/uclibc/uclibc-git/uClibc.distro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git/uClibc.distro b/meta/recipes-core/uclibc/uclibc-git/uClibc.distro index c33bf8e7c48..5affb5a208d 100644 --- a/meta/recipes-core/uclibc/uclibc-git/uClibc.distro +++ b/meta/recipes-core/uclibc/uclibc-git/uClibc.distro @@ -54,7 +54,7 @@ UCLIBC_GRP_BUFFER_SIZE=256 UCLIBC_HAS_IPV6=y UCLIBC_HAS_RPC=y UCLIBC_HAS_FULL_RPC=y -# UCLIBC_HAS_REENTRANT_RPC is not set +UCLIBC_HAS_REENTRANT_RPC=y UCLIBC_USE_NETLINK=y UCLIBC_SUPPORT_AI_ADDRCONFIG=y |