diff options
author | Sam James <sam@gentoo.org> | 2023-12-28 16:25:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-29 00:12:58 +0000 |
commit | 5584d671ccd43f5c8977b635ab91b2e62dddcbb3 (patch) | |
tree | 922ac6f15f005b9fe0b5f091f9a16012b5b793c9 /net-misc/lldpd | |
parent | app-text/a2ps: drop 4.15.4, 4.15.5 (diff) | |
download | gentoo-5584d671ccd43f5c8977b635ab91b2e62dddcbb3.tar.gz gentoo-5584d671ccd43f5c8977b635ab91b2e62dddcbb3.tar.bz2 gentoo-5584d671ccd43f5c8977b635ab91b2e62dddcbb3.zip |
net-misc/lldpd: use configure cache for subconfigure
Not that it makes a difference here right now.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/lldpd')
-rw-r--r-- | net-misc/lldpd/lldpd-1.0.17.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/lldpd/lldpd-1.0.17.ebuild b/net-misc/lldpd/lldpd-1.0.17.ebuild index bd0f6ba2ac4e..af1971ca5824 100644 --- a/net-misc/lldpd/lldpd-1.0.17.ebuild +++ b/net-misc/lldpd/lldpd-1.0.17.ebuild @@ -55,6 +55,7 @@ src_configure() { export ac_cv_header_valgrind_valgrind_h=$(usex valgrind) econf \ + --cache-file="${S}"/config.cache \ --without-embedded-libevent \ --with-privsep-user=${PN} \ --with-privsep-group=${PN} \ |