Revert previous commit; that would still fail in the case of an
authorDan Winship <danw@src.gnome.org>
Mon, 18 Aug 2008 15:42:06 +0000 (15:42 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 18 Aug 2008 15:42:06 +0000 (15:42 +0000)
* libsoup.pc.in (Requires): Revert previous commit; that would
still fail in the case of an application linking against a library
that privately links against libsoup. The only correct solution in
the face of --as-needed (or on OSes where the linker always works
that way) is for the module that actually calls g_thread_init() to
explicitly link against libgthread.

svn path=/trunk/; revision=1153

ChangeLog
libsoup.pc.in

index 1496c7d..36d8152 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-08-18  Dan Winship  <danw@gnome.org>
+
+       * libsoup.pc.in (Requires): Revert previous commit; that would
+       still fail in the case of an application linking against a library
+       that privately links against libsoup. The only correct solution in
+       the face of --as-needed (or on OSes where the linker always works
+       that way) is for the module that actually calls g_thread_init() to
+       explicitly link against libgthread.
+
 2008-08-14  Dan Winship  <danw@gnome.org>
 
        * libsoup.pc.in (Requires): Add gthread-2.0; the app must call
index eb49a3e..bf2bf39 100644 (file)
@@ -7,7 +7,7 @@ SOUP_API_VERSION=@SOUP_API_VERSION@
 Name: libsoup
 Description: a glib-based HTTP library
 Version: @VERSION@
-Requires: glib-2.0 gobject-2.0 gio-2.0 gthread-2.0
+Requires: glib-2.0 gobject-2.0 gio-2.0
 Requires.private: libxml-2.0 @SSL_REQUIREMENT@
 Libs: -L${libdir} -lsoup-${SOUP_API_VERSION}
 Cflags: -I${includedir}/libsoup-${SOUP_API_VERSION}