commit: 93b0d198c1bb5c574a6f76e3440ec72c252a6623 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Sun Dec 10 13:00:57 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 18 11:24:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b0d198
net-misc/dhcp: add kea migration assistant (keama) keama assist in migrating of dhcpd configuration to net-misc/kea, but has to be manually compiled. Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34210 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/dhcp/dhcp-4.4.3_p1-r5.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/dhcp/dhcp-4.4.3_p1-r5.ebuild b/net-misc/dhcp/dhcp-4.4.3_p1-r5.ebuild index 57a70adbdc45..479016e40c64 100644 --- a/net-misc/dhcp/dhcp-4.4.3_p1-r5.ebuild +++ b/net-misc/dhcp/dhcp-4.4.3_p1-r5.ebuild @@ -75,7 +75,6 @@ PATCHES=( "${FILESDIR}/${PN}-4.4.3-configure-clang16.patch" ) - src_unpack() { unpack ${A} # handle local bind hell @@ -207,11 +206,14 @@ src_compile() { emake -C bind/bind-*/lib install # then build standard dhcp code emake AR="$(tc-getAR)" + emake -C keama AR="$(tc-getAR)" } src_install() { default + emake -C keama DESTDIR="${D}" install + dodoc README RELNOTES doc/{api+protocol,IANA-arp-parameters} docinto html dodoc doc/References.html
