mirror of
https://github.com/curl/curl.git
synced 2026-08-26 07:13:32 +03:00
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:
parent
614f78131a
commit
5de6848f10
4 changed files with 71 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue