projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6ee915
)
libtorrent: add missing dependency on zlib
author
Felix Fietkau
<nbd@nbd.name>
Sun, 24 Jul 2016 12:39:27 +0000
(14:39 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Sun, 24 Jul 2016 12:39:27 +0000
(14:39 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
libs/libtorrent/Makefile
patch
|
blob
|
history
diff --git
a/libs/libtorrent/Makefile
b/libs/libtorrent/Makefile
index eb059e0f7bd20fe62fc2c978eb12345b7acf7143..2a85684b6c0026ac2c9beb29d0688f1d27e56435 100644
(file)
--- a/
libs/libtorrent/Makefile
+++ b/
libs/libtorrent/Makefile
@@
-28,7
+28,7
@@
define Package/libtorrent
CATEGORY:=Libraries
TITLE:=Rakshasa's BitTorrent library
URL:=http://libtorrent.rakshasa.no/
- DEPENDS:=+libopenssl +libsigcxx
+ DEPENDS:=+libopenssl +libsigcxx
+zlib
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
endef