summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2018-11-26 20:14:28 +0800
committerBenda Xu <heroxbd@gentoo.org>2018-11-26 20:15:41 +0800
commit59fe7001da0d15950d552c636a8e9651125b9a5b (patch)
tree0f6dc61b2733e723a45408b3e3fca82812c1b44d /dev-libs
parentnet-mail/dovecot: bump to 2.3.4 (diff)
downloadgentoo-59fe7001da0d15950d552c636a8e9651125b9a5b.tar.gz
gentoo-59fe7001da0d15950d552c636a8e9651125b9a5b.tar.bz2
gentoo-59fe7001da0d15950d552c636a8e9651125b9a5b.zip
dev-libs/apr: support Prefix.
Suggested-By: Olivier Huber Closes: https://bugs.gentoo.org/669396 Signed-off-by: Benda Xu <heroxbd@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/apr/apr-1.6.5.ebuild4
1 files 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 40fc1cbca280..904427dc046c 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