diff --git a/common/shlibs b/common/shlibs index ffacdbb4ef..59e9738530 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libtorrent/template b/srcpkgs/libtorrent/template index fe2e4d73c2..cadf0f5bb1 100644 --- a/srcpkgs/libtorrent/template +++ b/srcpkgs/libtorrent/template @@ -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++"