diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-02-07 00:44:10 +0000 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2020-04-08 15:24:30 +0800 |
commit | 43c63526ac29497b37a8f09b87c344d5d6008a9a (patch) | |
tree | 394305919f5656292efb0ba14d81f1e93ba2acc7 /net-libs/libtorrent-rasterbar | |
parent | net-fs/cifs-utils: Revbump to install smbinfo bash-completion file (diff) | |
download | gentoo-43c63526ac29497b37a8f09b87c344d5d6008a9a.tar.gz gentoo-43c63526ac29497b37a8f09b87c344d5d6008a9a.tar.bz2 gentoo-43c63526ac29497b37a8f09b87c344d5d6008a9a.zip |
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 <sokolov@google.com>
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'net-libs/libtorrent-rasterbar')
-rw-r--r-- | net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild | 1 | ||||
-rw-r--r-- | net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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[@]}" |