From e86cc428c2b68feed080864ca12a1fe8bdd3dcc7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 18 Nov 2023 16:36:37 +0000 Subject: [PATCH] sys-auth/oath-toolkit: use configure cache for subconfigure Makes a particularly noticeable difference on this one. Signed-off-by: Sam James --- sys-auth/oath-toolkit/oath-toolkit-2.6.9.ebuild | 1 + 1 file changed, 1 insertion(+) 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 0c5a5e61881e8..e9692ae5d12da 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)