summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-01-12 03:32:08 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2018-01-12 20:15:50 +0100
commit64fe6eaadef5011aa56833b284f425fcf78c8666 (patch)
tree3151cda2b302e7cae4d6f043d476ec860724cb3e /package/Makefile
parenta5a60ae7133fc9b893f3d44c793ccc322fd913d3 (diff)
Revert "libiconv symbol was removed"
This reverts commit 9ca35e7ead58b872cca3ff9d7e3976863f8f8715.
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 4cc797176..2a04ad047 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_LIBC_WITH_LIBICONV),y)
+ifeq ($(ADK_TARGET_LIBICONV),y)
COMPILE_ICONV:=libiconv-compile
INSTALL_ICONV:=libiconv-install
endif