dev-tcltk/expect: use configure cache for subconfigure

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-11-18 16:00:44 +00:00
parent 75e4a9edb9
commit a87c667cd1

View File

@@ -52,6 +52,7 @@ src_configure() {
# the 64bit flag is useless ... it only adds 64bit compiler flags
# (like -m64) which the target toolchain should already handle
econf \
--cache-file="${S}"/config.cache \
--with-tcl="${EPREFIX}/usr/$(get_libdir)" \
--disable-64bit \
--enable-shared \