Browse Source

uclibc: Enable libresolv and libnsl stubs by default for 0.9.31

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>
Gustavo Zacarias 15 years ago
parent
commit
4ab6883ac5
2 changed files with 3 additions and 2 deletions
  1. 1 0
      CHANGES
  2. 2 2
      toolchain/uClibc/uClibc-0.9.31.config

+ 1 - 0
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:

+ 2 - 2
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