diff options
author | 2016-12-08 01:13:50 -0500 | |
---|---|---|
committer | 2016-12-08 01:14:23 -0500 | |
commit | 280d59cc34dc07bd5b88ebd8317e4e69baf8250f (patch) | |
tree | 01ff368c1d514c5d821e7f8f632f11e42c96d2f9 /sys-libs/db/db-6.0.35.ebuild | |
parent | app-crypt/pinentry: stabilise 0.9.7-r1 on amd64 (diff) | |
download | gentoo-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-6.0.35.ebuild')
-rw-r--r-- | sys-libs/db/db-6.0.35.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/db/db-6.0.35.ebuild b/sys-libs/db/db-6.0.35.ebuild index 0a25922d24e9..0ebd996d2cfb 100644 --- a/sys-libs/db/db-6.0.35.ebuild +++ b/sys-libs/db/db-6.0.35.ebuild @@ -134,7 +134,7 @@ multilib_src_configure() { if use tcl || use test ; then myconf+=( --enable-tcl - --with-tcl=/usr/$(get_libdir) + --with-tcl="${EPREFIX}/usr/$(get_libdir)" ) else myconf+=(--disable-tcl ) |