Skip to content

Commit

Permalink
Merge pull request #5627 from tymmej/zsh-missing-libcap
Browse files Browse the repository at this point in the history
zsh: add required dependency(issue #5514)
  • Loading branch information
dibdot committed Feb 20, 2018
2 parents 9df6a01 + 5c4333d commit 20c70d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/zsh/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 20c70d5

Please sign in to comment.