Skip to content

Commit

Permalink
Merge pull request nxhack#376 from nxhack/dev
Browse files Browse the repository at this point in the history
node-ejdb: add zlib depndance
  • Loading branch information
Hirokazu MORIKAWA authored Aug 21, 2018
2 parents 8aa7eac + 000ba23 commit 7529b71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ define Package/node/config
bool "8.x Active LTS"

config NODEJS_9
bool "9.x Maintenance"
bool "9.x End-of-life"

config NODEJS_10
bool "10.x Current Release"
Expand Down

0 comments on commit 7529b71

Please sign in to comment.