diff options
author | Steven Barth <steven@midlink.org> | 2015-05-16 10:39:17 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-05-16 10:39:17 +0200 |
commit | 1ff51b92fa96ebeae6e4fc78b869404f3c749f09 (patch) | |
tree | dd594b5e95124efd8657f91a837026a003abca96 | |
parent | dad4c3af1119ea15f5660e7b59d8cfbc0e26fd37 (diff) | |
parent | 93af3486a9f7b18b34433959098175192b1c90e6 (diff) |
Merge pull request #1260 from kooiot/master
lua-cjson: remove the dependency of libzmq
-rw-r--r-- | lang/lua-cjson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua-cjson/Makefile b/lang/lua-cjson/Makefile index fd489f2b4..fbdcf17d1 100644 --- a/lang/lua-cjson/Makefile +++ b/lang/lua-cjson/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lua-cjson PKG_VERSION:=2.1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com> PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE @@ -29,7 +29,7 @@ define Package/lua-cjson CATEGORY:=Languages TITLE:=Lua CJSON parser URL:=https://github.com/mpx/lua-cjson - DEPENDS:= +lua +libzmq + DEPENDS:= +lua endef define Package/lua-cjson/description |