gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 346/411: KNOWN_BUGS: cmake build in Linux links libcurl to libdl


From: gnunet
Subject: [gnurl] 346/411: KNOWN_BUGS: cmake build in Linux links libcurl to libdl
Date: Wed, 13 Jan 2021 01:22:41 +0100

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit cfd42e3283e4b81ad81ed4d6479c0ae83ebd6e8f
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Wed Nov 18 16:47:46 2020 +0100

    KNOWN_BUGS: cmake build in Linux links libcurl to libdl
    
    Closes #6165
---
 docs/KNOWN_BUGS | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 875c277d0..74eb254a6 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -121,10 +121,11 @@ problems may have been fixed or changed somewhat since 
this was written!
  14.1 DICT responses show the underlying protocol
 
  15. CMake
- 15.1 use correct SONAME for shared library
+ 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
+ 15.5 build on Linux links libcurl to libdl
 
 ==============================================================================
 
@@ -836,7 +837,7 @@ problems may have been fixed or changed somewhat since this 
was written!
 
 15. CMake
 
-15.1 use correct SONAME for shared library
+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.
@@ -854,3 +855,9 @@ problems may have been fixed or changed somewhat since this 
was written!
  The cmake build doesn't create the docs/curl.1 file and therefor must rely on
  it being there already. This makes the --manual option not work and test
  cases like 1139 can't function.
+
+15.5 build on Linux links libcurl to libdl
+
+ ... which it shouldn't need to!
+
+ See https://github.com/curl/curl/issues/6165

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]