mirror of
https://github.com/curl/curl.git
synced 2026-06-05 15:44:17 +03:00
- Marc Kleine-Budde fixed: curl saved the LDFLAGS set during configure into
its pkg-config file. So -Wl stuff ended up in the .pc file, which is really bad, and breaks if there are multiple -Wl in our LDFLAGS (which are in PTXdist). bug #2893592 (http://curl.haxx.se/bug/view.cgi?id=2893592)
This commit is contained in:
parent
69ac7b0cf8
commit
4c8adc8fee
3 changed files with 10 additions and 2 deletions
|
|
@ -35,6 +35,6 @@ Name: libcurl
|
|||
URL: http://curl.haxx.se/
|
||||
Description: Library to transfer files with ftp, http, etc.
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lcurl @LDFLAGS@ @LIBS@
|
||||
Libs: -L${libdir} -lcurl @LIBS@
|
||||
Libs.private: @LIBCURL_LIBS@ @LIBS@
|
||||
Cflags: -I${includedir}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue