Browse Source

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.
user/amery/mess
Christian Wiese 15 years ago committed by Alejandro Mery
parent
commit
65cef1c538
  1. 3
      base/uclibc/uclibc.conf

3
base/uclibc/uclibc.conf

@ -76,6 +76,9 @@ default_config() {
echo "X UCLIBC_SUSV4_LEGACY"
fi
# libresolv support
echo "X UCLIBC_HAS_LIBRESOLV_STUB"
# locale
if [ "$SDECFG_DISABLE_NLS" = "0" ]; then
echo "X UCLIBC_HAS_LOCALE"

Loading…
Cancel
Save