summaryrefslogtreecommitdiff
path: root/package/cups/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/cups/Makefile
parente667945f49bd8c4350cacc0764c7082340145a6c (diff)
libiconv symbol was removed
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 086896562..dc2aaa967 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_LIBICONV),y)
+ifeq ($(ADK_TARGET_LIBC_WITH_LIBICONV),y)
TARGET_LDFLAGS+= -liconv
endif