Added changelog message.
[fedora-mingw.git] / curl / curl-7.16.0-privlibs.patch
1 --- curl-7.16.2/libcurl.pc.in.privlibs  2007-02-18 10:41:27.000000000 +0100
2 +++ curl-7.16.2/libcurl.pc.in   2007-04-11 20:02:34.000000000 +0200
3 @@ -33,6 +33,6 @@
4  URL: http://curl.haxx.se/
5  Description: Library to transfer files with ftp, http, etc.
6  Version: @VERSION@
7 -Libs: -L${libdir} -lcurl @LDFLAGS@ @LIBS@
8 -Libs.private: @LIBCURL_LIBS@ @LIBS@
9 +Libs: -L${libdir} -lcurl
10 +Libs.private: @LIBCURL_LIBS@ @LIBS@ @LDFLAGS@
11  Cflags: -I${includedir}