diff options
author | Jakub Zakrzewski <slither.jz@gmail.com> | 2017-08-26 17:34:07 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-09-07 17:33:49 +0200 |
commit | 08aeae0e3717c6a78bf95e2a5ec17967a4258dbb (patch) | |
tree | 9aebc67829b40311ea6994f35adf97da2f829cd8 /docs/KNOWN_BUGS | |
parent | 9ef50ee0a436aeaa05adc9d78fda57e3ef53233e (diff) | |
download | curl-08aeae0e3717c6a78bf95e2a5ec17967a4258dbb.tar.gz |
KNOWN_BUGS: Remove CMake symbol hiding issue
It has already been fixed in 6140dfc
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 7cd582466..961a62814 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -316,7 +316,6 @@ problems may have been fixed or changed somewhat since this was written! The cmake build setup lacks several features that the autoconf build offers. This includes: - - symbol hiding when the shared library is built - use of correct soname for the shared library build - support for several TLS backends are missing - the unit tests cause link failures in regular non-static builds |