commit: 5584d671ccd43f5c8977b635ab91b2e62dddcbb3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 16:25:28 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 00:12:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5584d671
net-misc/lldpd: use configure cache for subconfigure
Not that it makes a difference here right now.
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/lldpd/lldpd-1.0.17.ebuild | 1 +
1 file changed, 1 insertion(+)
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} \