mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
gio-2.0.pc.in: drop stray reference to libasyncns
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
This commit is contained in:
parent
cf020d8250
commit
7aa824da6e
@ -11,5 +11,5 @@ Description: glib I/O library
|
|||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: glib-2.0,gobject-2.0,gmodule-no-export-2.0
|
Requires: glib-2.0,gobject-2.0,gmodule-no-export-2.0
|
||||||
Libs: -L${libdir} -lgio-2.0
|
Libs: -L${libdir} -lgio-2.0
|
||||||
Libs.private: @ZLIB_LIBS@ @LIBASYNCNS_LIBADD@
|
Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@
|
||||||
Cflags:
|
Cflags:
|
||||||
|
Loading…
Reference in New Issue
Block a user