libtorrent: switch to libressl.
This commit is contained in:
parent
9e94f12046
commit
f75305b0f3
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template build file for 'libtorrent'
|
||||
pkgname=libtorrent
|
||||
version=0.13.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-static --disable-debug --without-kqueue
|
||||
--enable-aligned --with-posix-fallocate"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="openssl-devel libsigc++-devel"
|
||||
makedepends="zlib-devel libressl-devel"
|
||||
short_desc="BitTorrent library written in C++"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://libtorrent.rakshasa.no"
|
||||
|
|
Loading…
Reference in a new issue