From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF240138350 for ; Wed, 8 Apr 2020 07:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E341FE0977; Wed, 8 Apr 2020 07:24:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4EC2E0977 for ; Wed, 8 Apr 2020 07:24:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C89F34EFA0 for ; Wed, 8 Apr 2020 07:24:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 158669D for ; Wed, 8 Apr 2020 07:24:40 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1586330670.43c63526ac29497b37a8f09b87c344d5d6008a9a.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild X-VCS-Directories: net-libs/libtorrent-rasterbar/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 43c63526ac29497b37a8f09b87c344d5d6008a9a X-VCS-Branch: master Date: Wed, 8 Apr 2020 07:24:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6064e46a-b837-4c9f-bc31-0cfb83965d97 X-Archives-Hash: 40977006959f43ae4ecfe18d87173d52 commit: 43c63526ac29497b37a8f09b87c344d5d6008a9a Author: Alexey Sokolov google com> AuthorDate: Fri Feb 7 00:44:10 2020 +0000 Commit: Benda XU gentoo org> CommitDate: Wed Apr 8 07:24:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c63526 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 google.com> Signed-off-by: Benda Xu gentoo.org> net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild | 1 + net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild | 1 + 2 files changed, 2 insertions(+) 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 9d9ad977f83..bb697d414dd 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 2e6c5ab5e93..7a7fa09895c 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[@]}"