summaryrefslogtreecommitdiff
path: root/toolchain/uclibc-ng/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-28 03:10:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-28 03:10:20 +0100
commit2d195e88f2d1be1363e878323af0ff0a4a5db3e6 (patch)
tree2081b28df05db4c3bab1b41f77c39df7b1e04b8a /toolchain/uclibc-ng/Makefile
parent9f7daa8c21b22cfec7dd32087122310256a3f42c (diff)
uclibc-ng: fix iconv handling
Diffstat (limited to 'toolchain/uclibc-ng/Makefile')
-rw-r--r--toolchain/uclibc-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uclibc-ng/Makefile b/toolchain/uclibc-ng/Makefile
index 1d27622d3..f21e8802f 100644
--- a/toolchain/uclibc-ng/Makefile
+++ b/toolchain/uclibc-ng/Makefile
@@ -94,7 +94,7 @@ ifeq ($(ADK_TARGET_BINFMT_FLAT_SHARED),y)
endif
endif
ifeq ($(ADK_TARGET_LIBC_ICONV),y)
- $(SED) 's/.*\(UCLIBC_HAS_LOCALE\).*/\1=y/' ${WRKBUILD}/.config
+ $(SED) 's/.*\(UCLIBC_HAS_LIBICONV\).*/\1=y/' ${WRKBUILD}/.config
endif
ifeq ($(ADK_RUNTIME_ENABLE_LOCALE),y)
$(SED) 's/.*\(UCLIBC_HAS_LOCALE\).*/\1=y/' ${WRKBUILD}/.config