diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-31 08:00:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-31 08:00:06 +0100 |
commit | 1b6a9fa3f18fdeaa3f3869a22cd91490ffec608c (patch) | |
tree | 2a29c4be7de7fc1162e74e462949754ca8011855 /package/cups/Makefile | |
parent | d52c9e91a8ca8e797bd2c2e5d970a5c3bdfea3d6 (diff) |
fix host build logic for non-linux
Diffstat (limited to 'package/cups/Makefile')
-rw-r--r-- | package/cups/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/cups/Makefile b/package/cups/Makefile index e3fc672e9..4d83cf472 100644 --- a/package/cups/Makefile +++ b/package/cups/Makefile @@ -24,6 +24,10 @@ include ${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})) +ifneq ($(ADK_HOST_LINUX),y) +HOST_LINUX_ONLY:= 1 +endif + HOST_STYLE:= auto HOST_CONFIGURE_ARGS+= --disable-tcp-wrappers \ --disable-webif \ |