gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 349/411: KNOWN_BUGS: cmake libcurl.pc uses absolute library path


From: gnunet
Subject: [gnurl] 349/411: KNOWN_BUGS: cmake libcurl.pc uses absolute library paths
Date: Wed, 13 Jan 2021 01:22:44 +0100

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

nikita pushed a commit to branch master
in repository gnurl.

commit 192099333b8c6c1da894e08c3471befd67225730
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Wed Nov 18 16:53:28 2020 +0100

    KNOWN_BUGS: cmake libcurl.pc uses absolute library paths
    
    Closes #6169
---
 docs/KNOWN_BUGS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index cab9fb4e5..5a9b1bf70 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -128,6 +128,7 @@ problems may have been fixed or changed somewhat since this 
was written!
  15.5 build on Linux links libcurl to libdl
  15.6 uses -lpthread instead of Threads::Threads
  15.7 generated .pc file contains strange entries
+ 15.8 libcurl.pc uses absolute library paths
 
 ==============================================================================
 
@@ -874,3 +875,11 @@ problems may have been fixed or changed somewhat since 
this was written!
  -lgcc -lgcc_s
 
  See https://github.com/curl/curl/issues/6167
+
+15.8 libcurl.pc uses absolute library paths
+
+ The libcurl.pc file generated by cmake contains things like Libs.private:
+ /usr/lib64/libssl.so /usr/lib64/libcrypto.so /usr/lib64/libz.so. The
+ autotools equivalent would say Libs.private: -lssl -lcrypto -lz
+
+ See https://github.com/curl/curl/issues/6169

-- 
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]