commit: 1b5fdc03c80ade52e91cca1fc8fc07a82c08b018
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 16:18:33 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 16:19:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b5fdc03
app-containers/crun: use configure cache for subconfigure
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-containers/crun/crun-1.11.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-containers/crun/crun-1.11.2.ebuild
b/app-containers/crun/crun-1.11.2.ebuild
index 91bb5534e6c3..12801625cad9 100644
--- a/app-containers/crun/crun-1.11.2.ebuild
+++ b/app-containers/crun/crun-1.11.2.ebuild
@@ -40,6 +40,7 @@ PATCHES=(
src_configure() {
local myeconfargs=(
+ --cache-file="${S}"/config.cache
$(use_enable bpf)
$(use_enable caps)
$(use_enable criu)