summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-04-21 16:30:49 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-04-21 16:30:55 -0500
commitab0aed0deaeb33a09a2729843a6af18173c36a79 (patch)
treed3079fa3b5af997ab5ed8de86590757c8956eeaa /package
parent378fe4436a0e909187a44ded6093e0c9ada3fb5b (diff)
fix some build failures
Diffstat (limited to 'package')
-rw-r--r--package/gnutls/Makefile2
-rw-r--r--package/jsoncpp/Makefile1
2 files changed, 2 insertions, 1 deletions
diff --git a/package/gnutls/Makefile b/package/gnutls/Makefile
index 39b3abc0d..a2d005dbd 100644
--- a/package/gnutls/Makefile
+++ b/package/gnutls/Makefile
@@ -65,7 +65,7 @@ libgnutls-openssl-install:
gnutls-utils-install:
$(INSTALL_DIR) $(IDIR_GNUTLS_UTILS)/usr/bin
- $(CP) $(WRKINST)/usr/bin/((cert,srp,psk)tool,gnutls-{cli,serv}) \
+ $(CP) $(WRKINST)/usr/bin/{{cert,srp,psk}tool,gnutls-{cli,serv}} \
$(IDIR_GNUTLS_UTILS)/usr/bin
include $(ADK_TOPDIR)/mk/pkg-bottom.mk
diff --git a/package/jsoncpp/Makefile b/package/jsoncpp/Makefile
index bd318c3f3..9c8743de7 100644
--- a/package/jsoncpp/Makefile
+++ b/package/jsoncpp/Makefile
@@ -8,6 +8,7 @@ PKG_VERSION:= 9cb88d2ca66af19c53a98843d159cc1d32ebaec6
PKG_RELEASE:= 1
PKG_DESCR:= c++ library for json
PKG_SECTION:= libs/misc
+PKG_BUILDDEP:= cmake-host
PKG_URL:= https://github.com/open-source-parsers/jsoncpp
PKG_SITES:= https://github.com/open-source-parsers/jsoncpp.git
PKG_OPTS:= dev