diff options
author | Sam James <sam@gentoo.org> | 2023-11-18 16:36:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-18 16:36:37 +0000 |
commit | e86cc428c2b68feed080864ca12a1fe8bdd3dcc7 (patch) | |
tree | a58a6d14a05875b0fe05b25cd041cf51bf12eb7c /sys-auth | |
parent | media-libs/portaudio: use configure cache for subconfigure (diff) | |
download | gentoo-e86cc428c2b68feed080864ca12a1fe8bdd3dcc7.tar.gz gentoo-e86cc428c2b68feed080864ca12a1fe8bdd3dcc7.tar.bz2 gentoo-e86cc428c2b68feed080864ca12a1fe8bdd3dcc7.zip |
sys-auth/oath-toolkit: use configure cache for subconfigure
Makes a particularly noticeable difference on this one.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/oath-toolkit/oath-toolkit-2.6.9.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.9.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.9.ebuild index 0c5a5e61881e..e9692ae5d12d 100644 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.9.ebuild +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.9.ebuild @@ -33,6 +33,7 @@ QA_CONFIG_IMPL_DECL_SKIP=( src_configure() { local myeconfargs=( + --cache-file="${S}"/config.cache --enable-pskc $(use_enable test xmltest) $(use_enable pam) |