uclibc: Enable libresolv and libnsl stubs by default for 0.9.31
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 14 Apr 2010 14:17:47 +0000 (11:17 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 18 Apr 2010 20:27:24 +0000 (22:27 +0200)
Closes #1555.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
toolchain/uClibc/uClibc-0.9.31.config

diff --git a/CHANGES b/CHANGES
index 8f1b90a7adc74c612cc35917c2d2a1ea91972449..0a275f8b67442272dfe123f717928ba5b1986b20 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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:
index 8af08d92d5b372b0514557339b293f44a889ca26..a69f5b1e07a6eae7326befd3c1864ec4b2fc6f38 100644 (file)
@@ -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