From bbe5692670affe4203148a36451eb99d5544897c Mon Sep 17 00:00:00 2001 From: Stephen Morris Date: Fri, 1 Aug 2014 13:51:41 +0100 Subject: [PATCH] [3480] Disable build of sockcreator This is not used in the current version of Kea, although we may use its code in the future. Until we decide, the code is being retained in the repository but it is not included in the build process. --- configure.ac | 2 -- src/bin/Makefile.am | 2 +- src/bin/sockcreator/README | 5 +++++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index d166e3d03e..3470d12044 100644 --- a/configure.ac +++ b/configure.ac @@ -1389,8 +1389,6 @@ AC_CONFIG_FILES([compatcheck/Makefile src/bin/keactrl/tests/keactrl_tests.sh src/bin/keactrl/tests/Makefile src/bin/Makefile - src/bin/sockcreator/Makefile - src/bin/sockcreator/tests/Makefile src/hooks/dhcp/Makefile src/hooks/dhcp/user_chk/Makefile src/hooks/dhcp/user_chk/tests/Makefile diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index f2d450a861..3ffb1b72a7 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -1,5 +1,5 @@ # The following build order must be maintained. -SUBDIRS = sockcreator dhcp4 dhcp6 d2 +SUBDIRS = dhcp4 dhcp6 d2 if CONFIG_BACKEND_JSON SUBDIRS += keactrl diff --git a/src/bin/sockcreator/README b/src/bin/sockcreator/README index 48b10dd476..13d53d57b4 100644 --- a/src/bin/sockcreator/README +++ b/src/bin/sockcreator/README @@ -1,3 +1,8 @@ +Aguust 2014: As of Kea 0.9, this code is not built. It is currently uncertain +whether it will be needed in a future version Kea, so it is being retained +in the repository for now: it may be deleted in the future. + + The socket creator ================== -- GitLab