summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-12-08 01:13:50 -0500
committerMike Frysinger <vapier@gentoo.org>2016-12-08 01:14:23 -0500
commit280d59cc34dc07bd5b88ebd8317e4e69baf8250f (patch)
tree01ff368c1d514c5d821e7f8f632f11e42c96d2f9 /sys-libs/db/db-4.7.25_p4.ebuild
parentapp-crypt/pinentry: stabilise 0.9.7-r1 on amd64 (diff)
downloadgentoo-280d59cc34dc07bd5b88ebd8317e4e69baf8250f.tar.gz
gentoo-280d59cc34dc07bd5b88ebd8317e4e69baf8250f.tar.bz2
gentoo-280d59cc34dc07bd5b88ebd8317e4e69baf8250f.zip
sys-libs/db: pass EPREFIX to --with-tcl path to fix prefix builds #592672
Diffstat (limited to 'sys-libs/db/db-4.7.25_p4.ebuild')
-rw-r--r--sys-libs/db/db-4.7.25_p4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/db/db-4.7.25_p4.ebuild b/sys-libs/db/db-4.7.25_p4.ebuild
index 263855b598b3..153588fabb06 100644
--- a/sys-libs/db/db-4.7.25_p4.ebuild
+++ b/sys-libs/db/db-4.7.25_p4.ebuild
@@ -104,7 +104,7 @@ src_compile() {
# Bug #270851: test needs TCL support
if use tcl || use test ; then
myconf="${myconf} --enable-tcl"
- myconf="${myconf} --with-tcl=/usr/$(get_libdir)"
+ myconf="${myconf} --with-tcl=${EPREFIX}/usr/$(get_libdir)"
else
myconf="${myconf} --disable-tcl"
fi