]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#293,!45] README added
authorTomek Mrugalski <tomasz@isc.org>
Wed, 28 Nov 2018 19:33:56 +0000 (20:33 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 28 Nov 2018 20:17:38 +0000 (21:17 +0100)
ext/coroutine/Makefile.am
ext/coroutine/README [new file with mode: 0644]

index ba7b542e40de959fe04c01b5e03a362682793ffd..4851d93bf4cd93cbb4c4ff46ce37ba3089248ae8 100644 (file)
@@ -1 +1 @@
-EXTRA_DIST = LICENSE_1_0.txt
+EXTRA_DIST = LICENSE_1_0.txt README
diff --git a/ext/coroutine/README b/ext/coroutine/README
new file mode 100644 (file)
index 0000000..abb853b
--- /dev/null
@@ -0,0 +1,12 @@
+This directory contains a coroutine.hpp header file. This self-contained
+header is needed by Kea. It is part of Boost library for a long time.
+Unfortunately, RedHat (and CentOS) provide only a very old version
+of Boost that doesn't have coroutine.hpp header included.
+
+This caused Kea to require building new version of Boost on RHEL and
+CentOS, just for the sake of getting this 9KB header. Note that although
+the coroutine is included in Boost, it does not include anything from
+Boost and is self contained.
+
+This header and the whole directory will be removed eventually once
+RHEL and CentOS start providing more modern Boost version.