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
parent
commit
20c70d5414
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/zsh/Makefile

+ 1
- 1
utils/zsh/Makefile View 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


Loading…
Cancel
Save