diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-01-02 12:14:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-01-02 12:14:21 +0000 |
commit | d86d14074d1adf64fa3d401a0cbf05d0b77f38ae (patch) | |
tree | 58bddf1acd08514a810e5c3419d4d52297f5f8b5 /CHANGES | |
parent | 8500397cf170b19458c413a8cf0a9f11a738e558 (diff) |
- Modified libcurl.pc.in to use Libs.private for the libs libcurl itself needs
to get built static. It has been mentioned before and was again brought to
our attention by Nathanael Nerode who filed debian bug report #405226
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405226).
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel (2 January 2007) +- Modified libcurl.pc.in to use Libs.private for the libs libcurl itself needs + to get built static. It has been mentioned before and was again brought to + our attention by Nathanael Nerode who filed debian bug report #405226 + (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405226). + Daniel (29 December 2006) - Make curl_easy_duphandle() set the magic number in the new handle. |