summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-11-18 16:18:33 +0000
committerSam James <sam@gentoo.org>2023-11-18 16:19:21 +0000
commit1b5fdc03c80ade52e91cca1fc8fc07a82c08b018 (patch)
tree14d8eef77737f6b433817d0e5a504124e8717da7 /app-containers/crun
parentapp-text/a2ps: use configure cache for subconfigure (diff)
downloadgentoo-1b5fdc03c80ade52e91cca1fc8fc07a82c08b018.tar.gz
gentoo-1b5fdc03c80ade52e91cca1fc8fc07a82c08b018.tar.bz2
gentoo-1b5fdc03c80ade52e91cca1fc8fc07a82c08b018.zip
app-containers/crun: use configure cache for subconfigure
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers/crun')
-rw-r--r--app-containers/crun/crun-1.11.2.ebuild1
1 files changed, 1 insertions, 0 deletions
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)