Patch for libsoup/libsoup-2.2.pc.in
Ross Golder <[email protected]> Sat, 10 Jan 2004 17:43:54 +0700
| Newsgroups | gmane.comp.gnome.ximian.soup |
|---|---|
| Message-ID | <1073731422.5046.1.camel@localhost> |
ChangeLog says it all... Let me know if I can commit. Regards, -- Ross
libsoup-2.2.pc.in.patch
(text/x-diff, 1.1 KB)
Index: ChangeLog =================================================================== RCS file: /cvs/gnome/libsoup/ChangeLog,v retrieving revision 1.388 diff -u -u -r1.388 ChangeLog --- ChangeLog 9 Jan 2004 21:30:00 -0000 1.388 +++ ChangeLog 10 Jan 2004 06:14:13 -0000 @@ -1,3 +1,9 @@ +2004-01-10 Ross Golder <[email protected]> + + * libsoup-2.2.pc.in (Libs): Fix '@GNUTLS_LIBS@' macro which + wasn getting passed through to the .pc file unaltered (breaking + make in any dependent applications). + 2004-01-09 Joe Shaw <[email protected]> * acinclude.m4: Include the libgnutls.m4 file. Index: libsoup-2.2.pc.in =================================================================== RCS file: /cvs/gnome/libsoup/libsoup-2.2.pc.in,v retrieving revision 1.1 diff -u -u -r1.1 libsoup-2.2.pc.in --- libsoup-2.2.pc.in 12 Aug 2003 14:08:26 -0000 1.1 +++ libsoup-2.2.pc.in 10 Jan 2004 06:14:13 -0000 @@ -8,5 +8,5 @@ Description: a glib-based HTTP library Version: @VERSION@ Requires: glib-2.0 -Libs: -L${libdir} -lsoup-${SOUP_API_VERSION} @GNUTLS_LIBS@ +Libs: -L${libdir} -lsoup-${SOUP_API_VERSION} @LIBGNUTLS_LIBS@ Cflags: -I${includedir}/libsoup-${SOUP_API_VERSION}