summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-12-28 23:17:58 +0000
committerSam James <sam@gentoo.org>2024-12-29 02:40:38 +0000
commit41631788cb0b726a7955a964cf0e98a1c99a3716 (patch)
tree9e3b44ea51f919159f932d353957d24e96f42200 /app-containers
parentapp-containers/crun: fix phase definition order (diff)
downloadgentoo-41631788cb0b726a7955a964cf0e98a1c99a3716.tar.gz
gentoo-41631788cb0b726a7955a964cf0e98a1c99a3716.tar.bz2
gentoo-41631788cb0b726a7955a964cf0e98a1c99a3716.zip
app-containers/crun: use config cache for recursive configure
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r--app-containers/crun/crun-1.17.ebuild1
1 files changed, 1 insertions, 0 deletions
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)