gio-2.0.pc.in: drop stray reference to libasyncns
authorDan Winship <danw@gnome.org>
Fri, 23 Sep 2011 11:46:55 +0000 (07:46 -0400)
committerDan Winship <danw@gnome.org>
Fri, 23 Sep 2011 11:50:11 +0000 (07:50 -0400)
gio-2.0.pc's Libs.private was still using @LIBASYNCNS_LIBADD@, which
was no longer being substituted to anything and so broke "pkg-config
--static". Fix it to be @NETWORK_LIBS@ instead.

https://bugzilla.gnome.org/show_bug.cgi?id=659889

gio-2.0.pc.in

index d18d051..c4f32c2 100644 (file)
@@ -11,5 +11,5 @@ Description: glib I/O library
 Version: @VERSION@
 Requires: glib-2.0,gobject-2.0,gmodule-no-export-2.0
 Libs: -L${libdir} -lgio-2.0
-Libs.private: @ZLIB_LIBS@ @LIBASYNCNS_LIBADD@
+Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@
 Cflags: