From 3ef44db43533ad154e46b0440d016801adabfe91 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Wed, 23 May 2018 22:41:48 -0300 Subject: libtorrent: add support for openssl 1.1 Used a patch that was merged upstream. Signed-off-by: Eneas U de Queiroz --- libs/libtorrent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/libtorrent/Makefile') diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile index ae0444c52..3f14101dd 100644 --- a/libs/libtorrent/Makefile +++ b/libs/libtorrent/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtorrent PKG_VERSION:=0.13.6-git-1 -PKG_RELEASE=$(PKG_SOURCE_VERSION) +PKG_RELEASE=$(PKG_SOURCE_VERSION).1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/rakshasa/libtorrent.git -- cgit v1.2.3