parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 61907a6ca10b56f4d33f5ccf662f331594f703e1
parent d48c266b9858fe4ebf12d31fedbd1275e32d358c
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 18 Jun 2016 02:46:14 +0200

net-libs/rb_libtorrent: Use multithreaded boost.

Diffstat:
Mnet-libs/rb_libtorrent/rb_libtorrent-0.16.17.ebuild | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.16.17.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.16.17.ebuild @@ -68,6 +68,7 @@ src_configure() { $(use_enable ssl encryption) \ $(use_enable static-libs static) \ --with-boost-libdir=/usr/$(get_libdir) \ + --with-boost-system=boost_system-mt \ ${myconf} }