Closed
Description
The Libs.private
field of the generated .pc file contains -lgcc -lgcc_s -lc -lgcc -lgcc_s
.
I guess because of the use of CMAKE_C_IMPLICIT_LINK_LIBRARIES
in https://github.com/curl/curl/blob/master/CMakeLists.txt#L1451. Not sure why it's there, the autotools generated file doesn't contain all that.