commit: 59fe7001da0d15950d552c636a8e9651125b9a5b Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Mon Nov 26 12:14:28 2018 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> 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 <heroxbd <AT> 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
