https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269253

--- Comment #4 from Christos Chatzaras <ch...@cretaforce.gr> ---
Thank you. It works.

If I understood the issue correctly:

1) If you don't have libnghttp2 separately installed then cmake-core builds
with an older version of libnghttp2 and the build is successful.

2) If you have libnghttp2 v1.5 then some header is not compatible and
cmake-core doesn't build successfully.

So to get this resolved there are 3 options:

1) Add cmake-core a build dependency to libnghttp2 and use --system-nghttp2

2) Patch cmake-core to use libnghttp2 v1.5 header.

3) Wait for cmake-core to update their files to be compatible with libnghttp2
v1.5

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to