From cbcd5712e493b87b418ab112cf002c8bdcddfe19 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 18 Nov 2023 16:06:30 +0000 Subject: [PATCH] net-analyzer/ipsumdump: use configure cache for subconfigure Signed-off-by: Sam James --- net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild b/net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild index 983cf1d190ae5..6db10e8c81707 100644 --- a/net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild +++ b/net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,6 +33,7 @@ PATCHES=( src_configure() { econf \ + --cache-file="${S}"/config.cache \ $(use_enable ipv6 ip6) \ $(use_enable nanotimestamp) }