Michal Marek made curl-config --libs not include /usr/lib64 in the output

(it already before skipped /usr/lib).  /usr/lib64 is the default library
directory on many 64bit systems and it's unlikely that anyone would use the
path privately on systems where it's not.
This commit is contained in:
Daniel Stenberg
2008-01-10 22:14:02 +00:00
parent 14ff7e75e0
commit 8df7e0bdba
3 changed files with 8 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ This release includes the following bugfixes:
o socklen_t is no longer used in the public includes
o time zone offsets from -1400 to +1400 are now accepted by the date parser
o allows more spaces in WWW/Proxy-Authenticate: headers
o curl-config --libs skips /usr/lib64
This release includes the following known bugs: