summaryrefslogtreecommitdiff
path: root/package/cups/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-01-12 20:15:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2018-01-12 20:15:50 +0100
commita34e6ef0b7743155dcce9817930001d1008598dd (patch)
tree81022c12d7aa996d0e6cb5dfe82a9ef2f0ea9a6d /package/cups/Makefile
parent64fe6eaadef5011aa56833b284f425fcf78c8666 (diff)
libiconv fix
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..b32ae02b3 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_PACKAGE_LIBICONV),y)
TARGET_LDFLAGS+= -liconv
endif