commit: 41631788cb0b726a7955a964cf0e98a1c99a3716
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 23:17:58 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 02:40:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41631788
app-containers/crun: use config cache for recursive configure
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-containers/crun/crun-1.17.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-containers/crun/crun-1.17.ebuild
b/app-containers/crun/crun-1.17.ebuild
index f7872a6f4f94..fb6ca32f1cad 100644
--- a/app-containers/crun/crun-1.17.ebuild
+++ b/app-containers/crun/crun-1.17.ebuild
@@ -39,6 +39,7 @@ BDEPEND="
src_configure() {
local myeconfargs=(
+ --cache-file="${S}"/config.cache
$(use_enable bpf)
$(use_enable caps)
$(use_enable criu)