2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

[#293,!45] README added

This commit is contained in:
Tomek Mrugalski 2018-11-28 20:33:56 +01:00
parent 398cfdd6a4
commit dfc55bc6cb
2 changed files with 13 additions and 1 deletions

View File

@ -1 +1 @@
EXTRA_DIST = LICENSE_1_0.txt EXTRA_DIST = LICENSE_1_0.txt README

12
ext/coroutine/README Normal file
View File

@ -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.