Browse Source

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>
lilik-openwrt-22.03
Jakub Tymejczyk 6 years ago
committed by GitHub
parent
commit
5c4333de5f
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