diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 11:36:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 11:36:04 +0000 |
commit | 040eee1aa49b49df4698d83a05af57c220127fd1 (patch) | |
tree | f635435954e6ccde5eee9893889e24f30ca68346 /ext/coroutine/README | |
parent | Initial commit. (diff) | |
download | isc-kea-040eee1aa49b49df4698d83a05af57c220127fd1.tar.xz isc-kea-040eee1aa49b49df4698d83a05af57c220127fd1.zip |
Adding upstream version 2.2.0.upstream/2.2.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ext/coroutine/README')
-rw-r--r-- | ext/coroutine/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/coroutine/README b/ext/coroutine/README new file mode 100644 index 0000000..abb853b --- /dev/null +++ b/ext/coroutine/README @@ -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. |