summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-08 10:03:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-08 10:15:36 +0200
commit0a17e403fca934a717c901bb19d8a1b12e8eec84 (patch)
treef861b02bdc555559936a58a254ce6d0a6d3d87e5 /package
parent783b751105415e564c13bb01b2b072806c9d9053 (diff)
cups: fix host-compile
Diffstat (limited to 'package')
-rw-r--r--package/cups/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/cups/Makefile b/package/cups/Makefile
index b32ae02b3..1f4251669 100644
--- a/package/cups/Makefile
+++ b/package/cups/Makefile
@@ -33,6 +33,7 @@ ifneq ($(ADK_HOST_LINUX),y)
HOST_LINUX_ONLY:= 1
endif
+HOST_LDFLAGS+= -liconv
HOST_CONFIGURE_ARGS+= --disable-tcp-wrappers \
--disable-webif \
--disable-gssapi \