[evolution-patches] 42473 soup-2.0.pc bug



Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/libsoup/ChangeLog,v
retrieving revision 1.302
diff -u -r1.302 ChangeLog
--- ChangeLog	6 May 2003 13:00:47 -0000	1.302
+++ ChangeLog	7 May 2003 13:03:27 -0000
@@ -1,3 +1,8 @@
+2003-05-07  Dan Winship  <danw ximian com>
+
+	* soup-2.0.pc.in (Libs): Don't put @OPENSSL_LIBS@ here; the
+	library doesn't depend on them, only the proxy does. #42473
+
 2003-05-06  Dan Winship  <danw ximian com>
 
 	* src/libsoup/soup-message.c (global_handlers): Change the
Index: soup-2.0.pc.in
===================================================================
RCS file: /cvs/gnome/libsoup/soup-2.0.pc.in,v
retrieving revision 1.7
diff -u -r1.7 soup-2.0.pc.in
--- soup-2.0.pc.in	11 Mar 2003 20:40:49 -0000	1.7
+++ soup-2.0.pc.in	7 May 2003 13:03:27 -0000
@@ -7,5 +7,5 @@
 Description: a glib-based HTTP library
 Version: @VERSION@
 Requires: glib-2.0
-Libs: -L${libdir} -lsoup-2.0 @GNUTLS_LIBS@ @OPENSSL_LIBS@
+Libs: -L${libdir} -lsoup-2.0 @GNUTLS_LIBS@
 Cflags: -I${includedir}/soup-2.0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]