From: Alexey Sokolov Date: Fri, 7 Feb 2020 00:44:10 +0000 (+0000) Subject: net-libs/libtorrent-rasterbar: support Gentoo Prefix X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=43c63526ac29497b37a8f09b87c344d5d6008a9a;p=gentoo.git net-libs/libtorrent-rasterbar: support Gentoo Prefix Without this, ./configure via ax_boost_base finds boost library on the host system instead of in the prefix. Closes: https://bugs.gentoo.org/716448 Closes: https://github.com/gentoo/gentoo/pull/14587 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Alexey Sokolov Signed-off-by: Benda Xu --- diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild index 9d9ad977f833..bb697d414dd5 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild @@ -73,6 +73,7 @@ src_configure() { $(use_enable ssl encryption) $(use_enable static-libs static) $(use_enable test tests) + --with-boost="${EPREFIX}/usr" --with-libiconv ) econf "${myeconfargs[@]}" diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild index 2e6c5ab5e939..7a7fa09895ce 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild @@ -73,6 +73,7 @@ src_configure() { $(use_enable ssl encryption) $(use_enable static-libs static) $(use_enable test tests) + --with-boost="${EPREFIX}/usr" --with-libiconv ) econf "${myeconfargs[@]}"