aboutsummaryrefslogtreecommitdiff
path: root/libs/libtorrent
diff options
context:
space:
mode:
authorAlexander Ryzhov <github@ryzhov-al.ru>2015-04-23 13:47:57 +0000
committerAlexander Ryzhov <github@ryzhov-al.ru>2015-05-21 06:13:34 +0000
commit84d27dccef99fbc384551d5c40d6b6a2894e0552 (patch)
tree33fe9f8b9c6a0a5429fb73a00fe7ecf0fb5ab676 /libs/libtorrent
parent72322f24ae7bba6f8157fa65926d5b123e8403db (diff)
libtorrent: respect IPv6 settings
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Diffstat (limited to 'libs/libtorrent')
-rw-r--r--libs/libtorrent/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile
index f6673acaa..2001235a9 100644
--- a/libs/libtorrent/Makefile
+++ b/libs/libtorrent/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libtorrent
-PKG_VERSION:=0.13.4-git-0
+PKG_VERSION:=0.13.4-git-1
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
@@ -49,7 +49,8 @@ CONFIGURE_ARGS+= \
--disable-debug \
--enable-openssl \
--disable-instrumentation \
- --with-zlib=$(STAGING_DIR)/usr
+ --with-zlib=$(STAGING_DIR)/usr \
+ $(call autoconf_bool,CONFIG_IPV6,ipv6)
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include