diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-28 20:44:37 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-28 20:44:37 +0100 |
commit | c699da6f29aa4c7fc50c54370af289eafe6e3035 (patch) | |
tree | f04f0a51528090b2955134a784ed3830b04f1916 /net-libs/libtorrent-rasterbar | |
parent | app-i18n/uchardet-0.0.7: marked *-solaris (diff) | |
download | gentoo-c699da6f29aa4c7fc50c54370af289eafe6e3035.tar.gz gentoo-c699da6f29aa4c7fc50c54370af289eafe6e3035.tar.bz2 gentoo-c699da6f29aa4c7fc50c54370af289eafe6e3035.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs/libtorrent-rasterbar')
-rw-r--r-- | net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 ae8f66e78a11..295a3b24f665 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 ) |