libtorrent: rebuild against OpenSSL
This commit is contained in:
parent
7c2a24d065
commit
39600bdb3c
2 changed files with 3 additions and 3 deletions
|
@ -841,7 +841,7 @@ libosp.so.5 opensp-1.5.2_1
|
|||
libogrove.so.0 openjade-1.3.2_1
|
||||
libospgrove.so.0 openjade-1.3.2_1
|
||||
libostyle.so.0 openjade-1.3.2_1
|
||||
libtorrent.so.21 libtorrent-0.13.8_1
|
||||
libtorrent.so.21 libtorrent-0.13.8_4
|
||||
libgiblib.so.1 giblib-1.2.4_1
|
||||
libgc.so.1 gc-7.6.4_1
|
||||
libcord.so.1 gc-7.4_1
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'libtorrent'
|
||||
pkgname=libtorrent
|
||||
version=0.13.8
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-static --disable-debug --without-kqueue
|
||||
--enable-aligned --with-posix-fallocate"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libressl-devel zlib-devel"
|
||||
makedepends="openssl-devel zlib-devel"
|
||||
# XXX: if built with XBPS_CHECK_PKGS, final binary will be dyn linked against libcppunit
|
||||
checkdepends="libcppunit-devel"
|
||||
short_desc="BitTorrent library written in C++"
|
||||
|
|
Loading…
Reference in a new issue