zsh: add required dependency(issue #5514) 5627/head
authorJakub Tymejczyk <jakub@tymejczyk.pl>
Sat, 17 Feb 2018 15:43:38 +0000 (16:43 +0100)
committerGitHub <noreply@github.com>
Sat, 17 Feb 2018 15:43:38 +0000 (16:43 +0100)
As indicated in https://github.com/openwrt/packages/issues/5514 zsh is compiled with --enable-cap option but libcap is not listed in dependencies

Signed-off-by: Jakub Tymejczyk <jakub@tymejczyk.pl>
utils/zsh/Makefile

index 95cb8a7d8b4a11f8685162efbc93aa64b58bbca5..4c6c961404432115a728478002d19911b76a6cd9 100644 (file)
@@ -26,7 +26,7 @@ define Package/zsh
   CATEGORY:=Utilities
   SUBMENU:=Shells
   TITLE:=The Z shell
-  DEPENDS:=+libncurses +libncursesw +libpcre +librt
+  DEPENDS:=+libcap +libncurses +libncursesw +libpcre +librt
   URL:=http://www.zsh.org/
 endef