diff options
author | Kamil Dudka <kdudka@redhat.com> | 2010-01-14 01:37:55 +0000 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2010-01-14 01:37:55 +0000 |
commit | 383bf1e4764cf141846e27bca8872f80fecdd1a7 (patch) | |
tree | 668624405b0cd68d7cb44ec38d15e1459cea8b14 /CHANGES | |
parent | 8c8df3966be526a6961f7c861b4576cc885d927d (diff) |
- Suppressed side effect of OpenSSL configure checks, which prevented NSS from
being properly detected under certain circumstances. It had been caused by
strange behavior of pkg-config when handling PKG_CONFIG_LIBDIR. pkg-config
distinguishes among empty and non-existent environment variable in that case.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Kamil Dudka (14 Jan 2010) +- Suppressed side effect of OpenSSL configure checks, which prevented NSS from + being properly detected under certain circumstances. It had been caused by + strange behavior of pkg-config when handling PKG_CONFIG_LIBDIR. pkg-config + distinguishes among empty and non-existent environment variable in that case. + Daniel Stenberg (12 Jan 2010) - Gil Weber reported a peculiar flaw with the multi interface when doing SFTP transfers: curl_multi_fdset() would return -1 and not set and file |