commit: c699da6f29aa4c7fc50c54370af289eafe6e3035 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Thu Jan 28 19:44:37 2021 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Thu Jan 28 19:44:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c699da6f
net-libs/libtorrent-rasterbar-1.2.11: fix build for Prefix Ensure we pick up boost from Prefix, thanks Alexey. Closes: https://bugs.gentoo.org/750140 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.11.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.11.ebuild index ae8f66e78a1..295a3b24f66 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.11.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.11.ebuild @@ -71,7 +71,7 @@ src_configure() { $(use_enable ssl encryption) $(use_enable static-libs static) $(use_enable test tests) - --with-boost + --with-boost="${ESYSROOT}/usr" --with-libiconv --enable-logging )
