From 4c8adc8fee5e55754da3d8f8d982733a7bf3dece Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 17 Nov 2009 18:11:06 +0000 Subject: - Marc Kleine-Budde fixed: curl saved the LDFLAGS set during configure into its pkg-config file. So -Wl stuff ended up in the .pc file, which is really bad, and breaks if there are multiple -Wl in our LDFLAGS (which are in PTXdist). bug #2893592 (http://curl.haxx.se/bug/view.cgi?id=2893592) --- RELEASE-NOTES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 851e68cc4..4d43e10d9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -21,6 +21,7 @@ This release includes the following bugfixes: o compilation when configured --with-gssapi having GNU GSS installed o SSL connection reused with mismatched protection level o configure --with-nss is set but not "yes" + o don't store LDFLAGS in pkg-config file This release includes the following known bugs: @@ -30,6 +31,7 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Yang Tse, Kamil Dudka, Christian Schmitz, Constantine Sapuntzakis, - Marco Maggi, Camille Moncelier, Claes Jakobsson, Kevin Baughman + Marco Maggi, Camille Moncelier, Claes Jakobsson, Kevin Baughman, + Marc Kleine-Budde Thanks! (and sorry if I forgot to mention someone) -- cgit v1.2.3