summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Zander <negril.nx+gentoo@gmail.com>2023-12-10 14:00:57 +0100
committerSam James <sam@gentoo.org>2024-02-18 11:24:24 +0000
commit93b0d198c1bb5c574a6f76e3440ec72c252a6623 (patch)
treef836bb3fae2279027912d85bd1ad1c9973b8f448 /net-misc/dhcp
parentnet-misc/dhcp: add OpenRC description strings (diff)
downloadgentoo-93b0d198c1bb5c574a6f76e3440ec72c252a6623.tar.gz
gentoo-93b0d198c1bb5c574a6f76e3440ec72c252a6623.tar.bz2
gentoo-93b0d198c1bb5c574a6f76e3440ec72c252a6623.zip
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@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34210 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/dhcp')
-rw-r--r--net-misc/dhcp/dhcp-4.4.3_p1-r5.ebuild4
1 files changed, 3 insertions, 1 deletions
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