cmake: set the soname on the shared library

Set SONAME and VERSION for platforms we think this works on. Remove
issue from KNOWN_BUGS.

Assisted-by: Jakub Zakrzewski

Closes #10023
This commit is contained in:
Daniel Stenberg 2022-12-03 13:20:14 +01:00
parent 614f78131a
commit 5de6848f10
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 71 additions and 22 deletions

View file

@ -106,7 +106,6 @@ problems may have been fixed or changed somewhat since this was written.
13.2 Trying local ports fails on Windows
15. CMake
15.1 use correct SONAME
15.2 support build with GnuTLS
15.3 unusable tool_hugehelp.c with MinGW
15.4 build docs/curl.1
@ -711,13 +710,6 @@ problems may have been fixed or changed somewhat since this was written.
15. CMake
15.1 use correct SONAME
The autotools build sets the SONAME properly according to VERSIONINFO in
lib/Makefile.am and so should cmake to make comparable build.
See https://github.com/curl/curl/pull/5935
15.2 support build with GnuTLS
15.3 unusable tool_hugehelp.c with MinGW