net-libs/libtorrent-rasterbar: support Gentoo Prefix
authorAlexey Sokolov <sokolov@google.com>
Fri, 7 Feb 2020 00:44:10 +0000 (00:44 +0000)
committerBenda Xu <heroxbd@gentoo.org>
Wed, 8 Apr 2020 07:24:30 +0000 (15:24 +0800)
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>
net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild
net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild

index 9d9ad977f833111b84477714046776bef48b0950..bb697d414dd5e580c70d0ad2c6b99dc80563757a 100644 (file)
@@ -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[@]}"
index 2e6c5ab5e939489abd3618dc4ba45bdd6cbe97ae..7a7fa09895ce83639427c0848bbd5a7b24bf2a1e 100644 (file)
@@ -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[@]}"