Skip to content

Commit

Permalink
node-ejdb: add zlib depndance
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhack committed Aug 21, 2018
1 parent 64aa30d commit 000ba23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-ejdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ define Package/node-ejdb
CATEGORY:=Languages
TITLE:=EJDB NodeJS binding
URL:=https://www.npmjs.com/package/ejdb
DEPENDS:=+node +libbz2 +liblzma
DEPENDS:=+node +libbz2 +liblzma +zlib
endef

define Package/node-ejdb/description
Expand Down

0 comments on commit 000ba23

Please sign in to comment.