mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
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 <jakub@tymejczyk.pl>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user