commit 2c9587cbe074be6d2fe5e2e583957e9b9f82ffdf
parent a6ee91581a4aa78f0b0b1ca56da2ca66e04497f7
Author: Felix Fietkau <nbd@nbd.name>
Date: Sun, 24 Jul 2016 14:39:27 +0200
libtorrent: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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