summaryrefslogtreecommitdiff
path: root/package/cups/Makefile
diff options
context:
space:
mode:
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