summaryrefslogtreecommitdiff
path: root/package/libtorrent
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-10-04 22:04:35 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-10-05 08:28:50 +0200
commit2de1d64a5f3fe66552c283dfb8d57e6d88a448f3 (patch)
treeef329d95e37f2effb5b581a6ab722345fd628863 /package/libtorrent
parentccdb179d24a2d99ce4f3078bfcd2ffee5af60701 (diff)
libtorrent: drop sigc dep & switch homepage
libsigc isn't used/needed any longer so drop it. And switch to the proper homepage rather than the tarball repository. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libtorrent')
-rw-r--r--package/libtorrent/Config.in3
-rw-r--r--package/libtorrent/libtorrent.mk2
2 files changed, 2 insertions, 3 deletions
diff --git a/package/libtorrent/Config.in b/package/libtorrent/Config.in
index 02ed73a31..48e6addef 100644
--- a/package/libtorrent/Config.in
+++ b/package/libtorrent/Config.in
@@ -3,11 +3,10 @@ config BR2_PACKAGE_LIBTORRENT
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_ARCH_HAS_ATOMICS
- select BR2_PACKAGE_LIBSIGC
help
BitTorrent library written in C++ for *nix
- http://rtorrent.net/downloads/
+ https://github.com/rakshasa/libtorrent
comment "libtorrent needs a toolchain w/ C++, threads"
depends on BR2_ARCH_HAS_ATOMICS
diff --git a/package/libtorrent/libtorrent.mk b/package/libtorrent/libtorrent.mk
index 9690acbd2..633b86a86 100644
--- a/package/libtorrent/libtorrent.mk
+++ b/package/libtorrent/libtorrent.mk
@@ -6,7 +6,7 @@
LIBTORRENT_VERSION = 0.13.6
LIBTORRENT_SITE = http://rtorrent.net/downloads
-LIBTORRENT_DEPENDENCIES = host-pkgconf libsigc \
+LIBTORRENT_DEPENDENCIES = host-pkgconf \
$(if $(BR2_PACKAGE_OPENSSL),openssl) \
$(if $(BR2_PACKAGE_ZLIB),zlib)
LIBTORRENT_CONF_OPTS = --enable-aligned \