Browse Source

libtorrent: add missing dependency on zlib

Signed-off-by: Felix Fietkau <nbd@nbd.name>
lilik-openwrt-22.03
Felix Fietkau 8 years ago
parent
commit
2c9587cbe0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libtorrent/Makefile

+ 1
- 1
libs/libtorrent/Makefile View 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


Loading…
Cancel
Save