diff options
Diffstat (limited to 'net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild')
-rw-r--r-- | net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild b/net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild index 983cf1d190ae..6db10e8c8170 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) } |