summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-31 04:42:50 +0000
committerSam James <sam@gentoo.org>2021-10-31 04:42:50 +0000
commitff6cb86226cec4ee21db00dbbd7e10c3764a61c7 (patch)
tree1d646bf596eb8f116ff41df39adcb699f7f1d4a2 /net-libs/libtorrent-rasterbar
parentnet-libs/libtorrent-rasterbar: fix Python bindings in 2.0.4 (diff)
downloadgentoo-ff6cb86226cec4ee21db00dbbd7e10c3764a61c7.tar.gz
gentoo-ff6cb86226cec4ee21db00dbbd7e10c3764a61c7.tar.bz2
gentoo-ff6cb86226cec4ee21db00dbbd7e10c3764a61c7.zip
net-libs/libtorrent-rasterbar: fix finding Boost in some cases
AX_BOOST_BASE may be misled if some errant directories exist, like /usr/lib/x86_64-linux-gnu (thinking we're on Debian). Closes: https://bugs.gentoo.org/767835 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libtorrent-rasterbar')
-rw-r--r--net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14-r1.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14-r1.ebuild
index a554e4fd27ca..2ee9d2642511 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14-r1.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14-r1.ebuild
@@ -70,6 +70,8 @@ src_configure() {
$(use_enable static-libs static)
$(use_enable test tests)
--with-boost="${ESYSROOT}/usr"
+ # Needed because of bug #767835
+ --with-boost-libdir="${ESYSROOT}/usr/$(get_libdir)"
--with-libiconv
--enable-logging
)