git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
517761b
)
git: add missing dependency on zlib
author
Felix Fietkau
<redacted>
Sun, 24 Jul 2016 12:37:09 +0000
(14:37 +0200)
committer
Felix Fietkau
<redacted>
Sun, 24 Jul 2016 12:37:09 +0000
(14:37 +0200)
Signed-off-by: Felix Fietkau <redacted>
net/git/Makefile
patch
|
blob
|
history
diff --git
a/net/git/Makefile
b/net/git/Makefile
index 1b9d7729ee99e3b7c193e7895c409e6ba40c0cd1..8f76507bfbdfba33f58f9e2a682eba273db9c626 100644
(file)
--- 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>
git clone https://git.99rst.org/PROJECT