diff options
author | Sam James <sam@gentoo.org> | 2023-11-18 16:06:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-18 16:19:20 +0000 |
commit | cbcd5712e493b87b418ab112cf002c8bdcddfe19 (patch) | |
tree | e9d098366717fdac66ec307480ded7cad59d6cab /net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild | |
parent | dev-tcltk/expect: use configure cache for subconfigure (diff) | |
download | gentoo-cbcd5712e493b87b418ab112cf002c8bdcddfe19.tar.gz gentoo-cbcd5712e493b87b418ab112cf002c8bdcddfe19.tar.bz2 gentoo-cbcd5712e493b87b418ab112cf002c8bdcddfe19.zip |
net-analyzer/ipsumdump: use configure cache for subconfigure
Signed-off-by: Sam James <sam@gentoo.org>
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) } |