mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:33:36 +03:00
- configure now tries to use pkg-config for a number of sub-dependencies even
when cross-compiling. The key to success is then you properly setup PKG_CONFIG_PATH before invoking configure. I also improved how NSS is detected by trying nss-config if pkg-config isn't present, and as a last resort just use the lib name and force the user to setup the LIBS/LDFLAGS/CFLAGS etc properly. The previous last resort would add a range of various libs that would almost never be quite correct.
This commit is contained in:
parent
2d0aca3b92
commit
ceda7e98f8
4 changed files with 28 additions and 13 deletions
|
|
@ -25,6 +25,8 @@ This release includes the following bugfixes:
|
|||
o ftp response reader bug on failed control connections
|
||||
o improved NSS error message on failed host name verifications
|
||||
o ftp NOBODY on re-used connection hang
|
||||
o configure uses pkg-config for cross-compiles as well
|
||||
o improved NSS detection in configure
|
||||
|
||||
This release includes the following known bugs:
|
||||
|
||||
|
|
@ -34,6 +36,6 @@ This release would not have looked like this without help, code, reports and
|
|||
advice from friends like these:
|
||||
|
||||
Karl Moerder, Kamil Dudka, Krister Johansen, Andre Guibert de Bruet,
|
||||
Michal Marek, Eric Wong
|
||||
Michal Marek, Eric Wong, Guenter Knauf
|
||||
|
||||
Thanks! (and sorry if I forgot to mention someone)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue