]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3480] Disable build of sockcreator
authorStephen Morris <stephen@isc.org>
Fri, 1 Aug 2014 12:51:41 +0000 (13:51 +0100)
committerStephen Morris <stephen@isc.org>
Fri, 1 Aug 2014 12:51:41 +0000 (13:51 +0100)
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
src/bin/Makefile.am
src/bin/sockcreator/README

index d166e3d03edda222faf1c00f1b491529512a430c..3470d1204423e54915151cd1c544dd0fb9b9e0ed 100644 (file)
@@ -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
index f2d450a86169fe5c3c999cb12e1c470317bd7340..3ffb1b72a7609bb4b17180bef357d3c494ddb6bc 100644 (file)
@@ -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
index 48b10dd476fa46bc23a35ec21752830798b1e5c2..13d53d57b4676dc22e7c498fb9e930b0c05715df 100644 (file)
@@ -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
 ==================