From a20c29dcefe8c3319ae7163935a2d89ac2e1de32 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 10 Feb 2018 14:35:50 -0800 Subject: Make libiconv an option in the menu config Signed-off-by: Alexey Neyman --- scripts/build/libc/uClibc.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scripts/build/libc') diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh index 599283e3..eb6cf5b1 100644 --- a/scripts/build/libc/uClibc.sh +++ b/scripts/build/libc/uClibc.sh @@ -314,6 +314,13 @@ manage_uClibc_config() { CT_KconfigDisableOption "UCLIBC_HAS_IPV6" "${dst}" fi + # Iconv support + if [ "${CT_LIBC_UCLIBC_LIBICONV}" = "y" ]; then + CT_KconfigEnableOption "UCLIBC_HAS_LIBICONV" "${dst}" + else + CT_KconfigDisableOption "UCLIBC_HAS_LIBICONV" "${dst}" + fi + # Force on options needed for C++ if we'll be making a C++ compiler. # I'm not sure locales are a requirement for doing C++... Are they? if [ "${CT_CC_LANG_CXX}" = "y" ]; then -- cgit v1.2.3