1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-19 00:17:51 +02:00

glib-2.0.pc: Add -lrt to private libraries to assist static linking

https://bugzilla.gnome.org/show_bug.cgi?id=654078
This commit is contained in:
Colin Walters
2011-07-22 12:41:41 -04:00
parent 8b061e023c
commit b79eae5c19

@@ -11,5 +11,5 @@ Name: GLib
Description: C Utility Library
Version: @VERSION@
Libs: -L${libdir} -lglib-2.0 @INTLLIBS@
Libs.private: @ICONV_LIBS@
Libs.private: @ICONV_LIBS@ @GLIB_RT_LIBS@
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include @GLIB_EXTRA_CFLAGS@