summaryrefslogtreecommitdiff
path: root/package/cups/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/cups/Makefile
parenta5a60ae7133fc9b893f3d44c793ccc322fd913d3 (diff)
Revert "libiconv symbol was removed"
This reverts commit 9ca35e7ead58b872cca3ff9d7e3976863f8f8715.
Diffstat (limited to 'package/cups/Makefile')
-rw-r--r--package/cups/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cups/Makefile b/package/cups/Makefile
index dc2aaa967..086896562 100644
--- a/package/cups/Makefile
+++ b/package/cups/Makefile
@@ -25,7 +25,7 @@ include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call HOST_template,CUPS,cups,${PKG_VERSION}-${PKG_RELEASE}))
$(eval $(call PKG_template,CUPS,cups,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-ifeq ($(ADK_TARGET_LIBC_WITH_LIBICONV),y)
+ifeq ($(ADK_TARGET_LIBICONV),y)
TARGET_LDFLAGS+= -liconv
endif