kea: fix compilation with libcxx
authorRosen Penev <rosenp@gmail.com>
Fri, 30 Oct 2020 03:57:20 +0000 (20:57 -0700)
committerRosen Penev <rosenp@gmail.com>
Sun, 1 Nov 2020 01:23:28 +0000 (18:23 -0700)
commit222cad4ccc89d63052451c3323b0462240220cbc
treef9c23d3fcca3854f71284ddf9fc6ce0a0c9b2e5b
parent61604c5d9f9b65859e673e108ded1e039a1d5b24
kea: fix compilation with libcxx

Boost headers try to include experimental/string_view when std is less
than c++17. This does not work ith libcxx where this header is not
present.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/kea/Makefile
net/kea/patches/001-fix-cross-compile.patch
net/kea/patches/002-fix-host-compile.patch
net/kea/patches/003-no-test-compile.patch
net/kea/patches/004-replace-rev-with-awk.patch