summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-01-11 19:52:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2018-01-11 19:52:47 +0100
commit9ca35e7ead58b872cca3ff9d7e3976863f8f8715 (patch)
tree6e558706ecb42f2fcc854cdfea87bf71c6a6a89b /package/Makefile
parente667945f49bd8c4350cacc0764c7082340145a6c (diff)
libiconv symbol was removed
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index 2a04ad047..4cc797176 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -26,7 +26,7 @@ COMPILE_PACKAGES:=$(patsubst %,%-compile,$(package-y))
HOST_COMPILE_PACKAGES:=$(patsubst %,%-host-compile,$(hostpackage-y))
INSTALL_PACKAGES:=$(patsubst %,%-install,$(package-y))
-ifeq ($(ADK_TARGET_LIBICONV),y)
+ifeq ($(ADK_TARGET_LIBC_WITH_LIBICONV),y)
COMPILE_ICONV:=libiconv-compile
INSTALL_ICONV:=libiconv-install
endif