From a6ee91581a4aa78f0b0b1ca56da2ca66e04497f7 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@nbd.name>
Date: Sun, 24 Jul 2016 14:37:09 +0200
Subject: [PATCH] git: add missing dependency on zlib

Signed-off-by: Felix Fietkau <nbd@nbd.name>
---
 net/git/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/git/Makefile b/net/git/Makefile
index 1b9d7729e..8f76507bf 100644
--- a/net/git/Makefile
+++ b/net/git/Makefile
@@ -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>