diff options
author | Sam James <sam@gentoo.org> | 2024-12-28 23:17:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-29 02:40:38 +0000 |
commit | 41631788cb0b726a7955a964cf0e98a1c99a3716 (patch) | |
tree | 9e3b44ea51f919159f932d353957d24e96f42200 /app-containers | |
parent | app-containers/crun: fix phase definition order (diff) | |
download | gentoo-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.ebuild | 1 |
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) |