mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:43:32 +03:00
Use configure's new LIBCURL_LIBS variable
This commit is contained in:
parent
d9bf55570b
commit
2691f1efc8
2 changed files with 4 additions and 4 deletions
|
|
@ -33,6 +33,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.private: @LIBS@
|
||||
Libs: -L${libdir} -lcurl @LDFLAGS@ @LIBS@
|
||||
Libs.private: @LIBCURL_LIBS@ @LIBS@
|
||||
Cflags: -I${includedir}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue