libtorrent: add missing dependency on zlib
authorFelix Fietkau <nbd@nbd.name>
Sun, 24 Jul 2016 12:39:27 +0000 (14:39 +0200)
committerFelix 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

index eb059e0f7bd20fe62fc2c978eb12345b7acf7143..2a85684b6c0026ac2c9beb29d0688f1d27e56435 100644 (file)
@@ -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