Browse Source
Merge pull request #5627 from tymmej/zsh-missing-libcap
zsh: add required dependency(issue #5514)
lilik-openwrt-22.03
dibdot
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|