diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-05-23 22:41:48 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-05-23 22:41:48 -0300 |
commit | 3ef44db43533ad154e46b0440d016801adabfe91 (patch) | |
tree | 4f92b008fa991170423964fa3ef2478a8d408045 /libs/libtorrent/Makefile | |
parent | d9e9b59159309449df7a7a6d4ab87980dc16eac2 (diff) |
libtorrent: add support for openssl 1.1
Used a patch that was merged upstream.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'libs/libtorrent/Makefile')
-rw-r--r-- | libs/libtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |