From f75305b0f3144d611a0246c9be6054f492fdd049 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 15 Jul 2014 18:35:03 +0200 Subject: [PATCH] libtorrent: switch to libressl. --- srcpkgs/libtorrent/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libtorrent/template b/srcpkgs/libtorrent/template index 72238340dd..900fb58abb 100644 --- a/srcpkgs/libtorrent/template +++ b/srcpkgs/libtorrent/template @@ -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 " homepage="http://libtorrent.rakshasa.no"