diff options
Diffstat (limited to 'net/kea/files/patch-src_lib_dhcpsrv_Makefile.am')
-rw-r--r-- | net/kea/files/patch-src_lib_dhcpsrv_Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/kea/files/patch-src_lib_dhcpsrv_Makefile.am b/net/kea/files/patch-src_lib_dhcpsrv_Makefile.am deleted file mode 100644 index fc2cb111e705..000000000000 --- a/net/kea/files/patch-src_lib_dhcpsrv_Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- src/lib/dhcpsrv/Makefile.am.orig 2019-10-25 12:41:08 UTC -+++ src/lib/dhcpsrv/Makefile.am -@@ -4,7 +4,7 @@ SUBDIRS = . testutils tests benchmarks - - # 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 = @prefix@/sbin/kea-lfc - - AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib -DDHCP_DATA_DIR="\"$(dhcp_data_dir)\"" |