mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
The kea 2.7.X branch tracks kea development. We are importing 2.7.6 here. The development branch includes many fixes not in the 2.6.X (stable) branch such as LLVM 19 and boost 1.87 support. Note that just like bind9, also developed by ISC (isc.org), even version numbers, i.e. 2.6, are stable branch while odd numbered version numbers, i.e. 2.7, are development branch.
11 lines
510 B
Text
11 lines
510 B
Text
--- src/lib/dhcpsrv/Makefile.am.orig 2025-02-13 19:42:07.986412000 -0800
|
|
+++ src/lib/dhcpsrv/Makefile.am 2025-02-13 19:44:15.141071000 -0800
|
|
@@ -4,7 +4,7 @@
|
|
|
|
# DATA_DIR is the directory where to put default CSV files and the DHCPv6
|
|
# server ID file (i.e. the file where the server finds its DUID at startup).
|
|
-dhcp_data_dir = @localstatedir@/lib/@PACKAGE@
|
|
+dhcp_data_dir = @localstatedir@/db/@PACKAGE@
|
|
kea_lfc_location = @sbindir@/kea-lfc
|
|
|
|
AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
|