diff options
author | Sam James <sam@gentoo.org> | 2023-11-18 16:12:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-18 16:19:20 +0000 |
commit | f89abd1f0a91f3e13f31699807be822b34d46bf0 (patch) | |
tree | 4ec6fd97be50f84f20e2fee6cf950ae803f57f76 /dev-libs/redland | |
parent | net-analyzer/ipsumdump: use configure cache for subconfigure (diff) | |
download | gentoo-f89abd1f0a91f3e13f31699807be822b34d46bf0.tar.gz gentoo-f89abd1f0a91f3e13f31699807be822b34d46bf0.tar.bz2 gentoo-f89abd1f0a91f3e13f31699807be822b34d46bf0.zip |
dev-libs/redland: use configure cache for subconfigure
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/redland')
-rw-r--r-- | dev-libs/redland/redland-1.0.17-r3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/redland/redland-1.0.17-r3.ebuild b/dev-libs/redland/redland-1.0.17-r3.ebuild index a68d71f957ab..cb23383246a5 100644 --- a/dev-libs/redland/redland-1.0.17-r3.ebuild +++ b/dev-libs/redland/redland-1.0.17-r3.ebuild @@ -56,6 +56,7 @@ src_configure() { # FIXME: upstream doesn't test with --with-threads and testsuite fails econf \ + --cache-file="${S}"/config.cache \ $(use_with berkdb bdb) \ $(use_with mysql) \ $(use_with sqlite) \ |