libsoup r1153 - trunk
- From: danw svn gnome org
- To: svn-commits-list gnome org
- Subject: libsoup r1153 - trunk
- Date: Mon, 18 Aug 2008 15:42:06 +0000 (UTC)
Author: danw
Date: Mon Aug 18 15:42:06 2008
New Revision: 1153
URL: http://svn.gnome.org/viewvc/libsoup?rev=1153&view=rev
Log:
* 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.
Modified:
trunk/ChangeLog
trunk/libsoup.pc.in
Modified: trunk/libsoup.pc.in
==============================================================================
--- trunk/libsoup.pc.in (original)
+++ trunk/libsoup.pc.in Mon Aug 18 15:42:06 2008
@@ -7,7 +7,7 @@
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}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]