Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/unixODBC/
Date: Fri, 03 Jun 2022 04:31:16
Message-Id: 1654230667.6f5fe4824516c0704d6c3044b053388647335f53.sam@gentoo
1 commit: 6f5fe4824516c0704d6c3044b053388647335f53
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 04:03:41 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 04:31:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5fe482
7
8 dev-db/unixODBC: use confcache
9
10 Saves about 10s in configure for me.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-db/unixODBC/unixODBC-2.3.9.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-db/unixODBC/unixODBC-2.3.9.ebuild b/dev-db/unixODBC/unixODBC-2.3.9.ebuild
18 index 3450c2c3e521..97506e74f159 100644
19 --- a/dev-db/unixODBC/unixODBC-2.3.9.ebuild
20 +++ b/dev-db/unixODBC/unixODBC-2.3.9.ebuild
21 @@ -31,7 +31,8 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/unixodbc_conf.h )
22
23 multilib_src_configure() {
24 # --enable-driver-conf is --enable-driverc as per configure.in
25 - myeconfargs=(
26 + local myeconfargs=(
27 + --cache-file="${BUILD_DIR}"/config.cache
28 --sysconfdir="${EPREFIX}"/etc/${PN}
29 --disable-editline
30 --disable-static