summaryrefslogtreecommitdiff
path: root/package/cups/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-24 15:30:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-24 15:30:51 +0200
commit53a04c2cc20d7fc34a6d772571b41e37c432e22b (patch)
tree34daba79a0ccf571bd19ee8420a274d55b167ece /package/cups/Makefile
parent0e5494c148d3385fb7d5e463b0aaa5448dcd825d (diff)
remove PKG_NEED_CXX
Diffstat (limited to 'package/cups/Makefile')
-rw-r--r--package/cups/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/cups/Makefile b/package/cups/Makefile
index 5c39f054c..0272d30e6 100644
--- a/package/cups/Makefile
+++ b/package/cups/Makefile
@@ -9,11 +9,10 @@ PKG_RELEASE:= 4
PKG_MD5SUM:= 55277c40fd4b7183dc3671d39c5c42b7
PKG_DESCR:= Common Unix Printing System
PKG_SECTION:= net/misc
-PKG_DEPENDS:= zlib libpthread
+PKG_DEPENDS:= zlib libpthread libstdcxx
PKG_BUILDDEP:= cups-host zlib
PKG_URL:= http://www.cups.org/
PKG_SITES:= http://www.cups.org/software/${PKG_VERSION}/
-PKG_NEED_CXX:= 1
PKG_OPTS:= dev
PKG_NOPARALLEL:= 1