Browse Source

git: add missing dependency on zlib

Signed-off-by: Felix Fietkau <nbd@nbd.name>
lilik-openwrt-22.03
Felix Fietkau 8 years ago
parent
commit
a6ee91581a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/git/Makefile

+ 1
- 1
net/git/Makefile View File

@ -25,7 +25,7 @@ define Package/git/Default
SECTION:=net
CATEGORY:=Network
SUBMENU:=Version Control Systems
DEPENDS:=+libopenssl +libpthread +librt
DEPENDS:=+libopenssl +libpthread +librt +zlib
TITLE:=The fast version control system
URL:=http://git-scm.com
MAINTAINER:=Peter Wagner <tripolar@gmx.at>


Loading…
Cancel
Save