From 65cef1c5385e0d4313c1152864696eb245bb7d67 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 8 Sep 2010 13:29:30 +0200 Subject: [PATCH] uclibc: changed to include libresolv support by default (see note) Note: At least pciutils tried to link against libresolv which is not enabled by default in uClibc 0.9.31. I am sure that there are even more applications that will need it so include libresolv by default. --- base/uclibc/uclibc.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/uclibc/uclibc.conf b/base/uclibc/uclibc.conf index d3085ecca..b24f3b204 100644 --- a/base/uclibc/uclibc.conf +++ b/base/uclibc/uclibc.conf @@ -75,6 +75,9 @@ default_config() { if [ "$SDECFG_PKG_UCLIBC_SUSV4_LEGACY" = "1" ]; then echo "X UCLIBC_SUSV4_LEGACY" fi + + # libresolv support + echo "X UCLIBC_HAS_LIBRESOLV_STUB" # locale if [ "$SDECFG_DISABLE_NLS" = "0" ]; then