From 2c9587cbe074be6d2fe5e2e583957e9b9f82ffdf Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 24 Jul 2016 14:39:27 +0200 Subject: [PATCH] libtorrent: add missing dependency on zlib Signed-off-by: Felix Fietkau --- libs/libtorrent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile index eb059e0f7b..2a85684b6c 100644 --- 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 endef