]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry 1276 for 5215.
authorThomas Markwalder <tmark@isc.org>
Tue, 18 Jul 2017 17:25:38 +0000 (13:25 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 18 Jul 2017 17:25:38 +0000 (13:25 -0400)
ChangeLog

index 77eb01c19a8b2872902e24cc64492db7782b9dac..4c40a598d8d762a066c3961af2ef2428bb6da1ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1276.  [build]         tmark
+       The configure script now configures the build to require the Boost
+       system library (boost_system) by default.  The library must be
+       installed and you may need to specify "--with-boost-lib-dir=<path>". 
+       Prior to this the default was to attempt to build Boost with headers
+       only.  Building with headers only may still be done, though it is
+       strongly discouraged, by specifying "--enable-boost-headers-only".
+       (Trac #5215, git b6f1ee0d1210e35631369fc697c76cc3cf2c4130)
+
 1275.  [func]          marcin
        LibraryHandle obbject can now be used to register handlers
        for the control commands in a hook library.