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 5DBC3138334 for ; Mon, 26 Nov 2018 12:15:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19EECE0A01; Mon, 26 Nov 2018 12:15:58 +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 E5DD9E0A01 for ; Mon, 26 Nov 2018 12:15:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 20B18335D92 for ; Mon, 26 Nov 2018 12:15:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 428F4463 for ; Mon, 26 Nov 2018 12:15:54 +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: <1543234541.59fe7001da0d15950d552c636a8e9651125b9a5b.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/apr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/apr/apr-1.6.5.ebuild X-VCS-Directories: dev-libs/apr/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 59fe7001da0d15950d552c636a8e9651125b9a5b X-VCS-Branch: master Date: Mon, 26 Nov 2018 12:15:54 +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-Archives-Salt: a038584f-eeaf-43c9-8510-6fc557c0da08 X-Archives-Hash: c539ea4514b177e940b4a138dda4ddf9 commit: 59fe7001da0d15950d552c636a8e9651125b9a5b Author: Benda Xu gentoo org> AuthorDate: Mon Nov 26 12:14:28 2018 +0000 Commit: Benda XU gentoo org> CommitDate: Mon Nov 26 12:15:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fe7001 dev-libs/apr: support Prefix. Suggested-By: Olivier Huber Closes: https://bugs.gentoo.org/669396 Signed-off-by: Benda Xu gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 dev-libs/apr/apr-1.6.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/apr/apr-1.6.5.ebuild b/dev-libs/apr/apr-1.6.5.ebuild index 40fc1cbca28..904427dc046 100644 --- a/dev-libs/apr/apr-1.6.5.ebuild +++ b/dev-libs/apr/apr-1.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -49,7 +49,7 @@ src_configure() { --enable-posix-shm --enable-threads $(use_enable static-libs static) - --with-installbuilddir=/usr/share/${PN}/build + --with-installbuilddir="${EPREFIX}"/usr/share/${PN}/build ) [[ ${CHOST} == *-mint* ]] && export ac_cv_func_poll=no