diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-31 06:13:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-31 06:13:53 +0100 |
commit | f81442f06289f183e3891bf6d48ad138faf66c96 (patch) | |
tree | ce603cf53c9e8e6e89637ed21a79d01825e7a3a9 /extra/Configs | |
parent | 892932d9e23aa417f0f067cbd628868eb5bc8e48 (diff) |
argp/iconv needs wchar enabled
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index b02054cb6..f312e7a13 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1429,6 +1429,7 @@ config UCLIBC_HAS_WCHAR config UCLIBC_HAS_LIBICONV bool "Iconv Support" + select UCLIBC_HAS_WCHAR help Add tiny iconv support for charset conversion from and to UTF-8. @@ -1821,9 +1822,10 @@ config UCLIBC_HAS_GNU_GETSUBOPT Most people will answer Y. config UCLIBC_HAS_ARGP - bool "Support argp (as standalone shared object)" + bool "Support argp" select UCLIBC_HAS_GETOPT_LONG select UCLIBC_HAS_GNU_GETOPT + select UCLIBC_HAS_WCHAR default n help Argp is an interface for parsing unix-style argument vectors. Unlike |