diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-24 14:39:27 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-24 14:39:27 +0200 |
commit | 2c9587cbe074be6d2fe5e2e583957e9b9f82ffdf (patch) | |
tree | ddd508cbe7df5768284e69c8264e312ec2a30466 /libs/libtorrent | |
parent | a6ee91581a4aa78f0b0b1ca56da2ca66e04497f7 (diff) |
libtorrent: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'libs/libtorrent')
-rw-r--r-- | libs/libtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile index eb059e0f7..2a85684b6 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 <tripolar@gmx.at> endef |