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>
This commit is contained in:
Sam James
2023-11-18 16:36:37 +00:00
parent 5f42537559
commit e86cc428c2

View File

@@ -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)