diff options
author | Sam James <sam@gentoo.org> | 2023-11-18 16:15:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-18 16:19:21 +0000 |
commit | d7ef01ed596877223d476db8f6ee0f64018dac2d (patch) | |
tree | 1c594ab557db6e8f67d7dfd2830061d06a58ce6c /app-text/a2ps | |
parent | dev-libs/redland: use configure cache for subconfigure (diff) | |
download | gentoo-d7ef01ed596877223d476db8f6ee0f64018dac2d.tar.gz gentoo-d7ef01ed596877223d476db8f6ee0f64018dac2d.tar.bz2 gentoo-d7ef01ed596877223d476db8f6ee0f64018dac2d.zip |
app-text/a2ps: use configure cache for subconfigure
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/a2ps')
-rw-r--r-- | app-text/a2ps/a2ps-4.15.5-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/a2ps/a2ps-4.15.5-r1.ebuild b/app-text/a2ps/a2ps-4.15.5-r1.ebuild index cb24c360a855..fffe50e992a6 100644 --- a/app-text/a2ps/a2ps-4.15.5-r1.ebuild +++ b/app-text/a2ps/a2ps-4.15.5-r1.ebuild @@ -52,6 +52,7 @@ src_configure() { export LANG=C LC_ALL=C econf \ + --cache-file="${S}"/config.cache \ --enable-shared \ $(use_enable static-libs static) \ --sysconfdir="${EPREFIX}"/etc/a2ps \ |