diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-29 13:38:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-29 13:38:09 +0100 |
commit | a2c56ee4fbff7af9128d630299d81fb46582673d (patch) | |
tree | 4c833181ee6614d21c20e3649691f2e1a9fc63e5 /extra | |
parent | 0d80d5a235af1a12b606dea6380dc91f755546fe (diff) |
locale: needs libiconv
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 6b0985e38..b02054cb6 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1442,6 +1442,7 @@ config UCLIBC_HAS_LOCALE bool "Locale Support" select UCLIBC_HAS_WCHAR select UCLIBC_HAS_CTYPE_TABLES + select UCLIBC_HAS_LIBICONV help uClibc now has full ANSI/ISO C99 locale support (except for wcsftime() and collating items in regex). Be aware that enabling |