From 3f43921894a06fbfa8082a009f8ff2523209752f Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 9 Sep 2005 08:55:16 +0000 Subject: conf/distro/openzaurus-3.5.4.conf: select glibc as provider for iconv and intl --- conf/distro/openzaurus-3.5.4.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/distro/openzaurus-3.5.4.conf b/conf/distro/openzaurus-3.5.4.conf index 88822c103d..9ca0f6a572 100644 --- a/conf/distro/openzaurus-3.5.4.conf +++ b/conf/distro/openzaurus-3.5.4.conf @@ -30,6 +30,11 @@ KERNEL_CONSOLE = "ttyS0" PREFERRED_VERSION_gcc-cross ?= "3.4.4" PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" +#fix some iconv issues, needs to be adjusted when doing uclibc builds +PREFERRED_PROVIDER_virtual/libiconv=glibc +PREFERRED_PROVIDER_virtual/libintl=glibc + + # # Base # -- cgit 1.2.3-korg