mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
libtorrent: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user