commit: baf686a780fa602bc4affee7168c76310f6fbb32 Author: Georgi Georgiev <chutz+bugs.gentoo.org <AT> gg3 <DOT> net> AuthorDate: Sun Jan 28 17:29:35 2018 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Jan 28 17:38:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf686a7
dev-db/libdbi-drivers: fix configure for 17.1 profiles (bug 503064) Closes: https://bugs.gentoo.org/503064 Package-Manager: Portage-2.3.20, Repoman-2.3.6 dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild b/dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild index 9d4bf1e7df0..869be59eae3 100644 --- a/dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild +++ b/dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -64,6 +64,7 @@ src_configure() { econf \ $(use_enable doc docs) \ $(use_enable static-libs static) \ + --with-dbi-libdir=/usr/$(get_libdir) \ ${myconf} }
