From: Jakub Tymejczyk Date: Sat, 17 Feb 2018 15:43:38 +0000 (+0100) Subject: zsh: add required dependency(issue #5514) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5c4333de5ff41f1f8ccfb14e06b37fe7250d51aa;p=openwrt-packages.git zsh: add required dependency(issue #5514) 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 --- diff --git a/utils/zsh/Makefile b/utils/zsh/Makefile index 95cb8a7d8..4c6c96140 100644 --- a/utils/zsh/Makefile +++ b/utils/zsh/Makefile @@ -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