summaryrefslogtreecommitdiff
path: root/dev-libs/ivykis/ivykis-0.42.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/ivykis/ivykis-0.42.4.ebuild')
-rw-r--r--dev-libs/ivykis/ivykis-0.42.4.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild b/dev-libs/ivykis/ivykis-0.42.4.ebuild
index 12b76ae9a612..a6a90eaa1e4a 100644
--- a/dev-libs/ivykis/ivykis-0.42.4.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,7 +21,9 @@ src_prepare() {
}
src_configure() {
- econf $(use_enable static-libs static)
+ econf \
+ --cache-file="${S}"/config.cache \
+ $(use_enable static-libs static)
}
src_install() {