diff options
-rw-r--r-- | CHANGES | 1 | ||||
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.31.config | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -56,6 +56,7 @@ #1459: Misc QA fixes #1489: radvd update to 1.6 #1513: Enable powerpc e300c2, e300c3 and e500mc optimization + #1555: Fix default uclibc-0.9.31 configuration #1567: openssl0.9.8n fails to compile 2010.02, Release February 26th, 2010: diff --git a/toolchain/uClibc/uClibc-0.9.31.config b/toolchain/uClibc/uClibc-0.9.31.config index 8af08d92d..a69f5b1e0 100644 --- a/toolchain/uClibc/uClibc-0.9.31.config +++ b/toolchain/uClibc/uClibc-0.9.31.config @@ -138,8 +138,8 @@ UCLIBC_USE_NETLINK=y # UCLIBC_HAS_BSD_RES_CLOSE is not set UCLIBC_HAS_COMPAT_RES_STATE=y # UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set -# UCLIBC_HAS_LIBRESOLV_STUB is not set -# UCLIBC_HAS_LIBNSL_STUB is not set +UCLIBC_HAS_LIBRESOLV_STUB=y +UCLIBC_HAS_LIBNSL_STUB=y # # String and Stdio Support |