diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-09 08:55:16 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-09 08:55:16 +0000 |
commit | 3f43921894a06fbfa8082a009f8ff2523209752f (patch) | |
tree | 18fbcc0e15ea73e6004bea921b2314961e9f5185 | |
parent | 575bb3520e018b79113f2125a9bc90eb94c653f3 (diff) |
conf/distro/openzaurus-3.5.4.conf: select glibc as provider for iconv and intl
-rw-r--r-- | conf/distro/openzaurus-3.5.4.conf | 5 |
1 files changed, 5 insertions, 0 deletions
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 # |