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



commit b79eae5c197aeec8d57f39c0f7bf5d5114068bea
Author: Colin Walters <walters verbum org>
Date:   Fri Jul 22 12:41:41 2011 -0400

    glib-2.0.pc: Add -lrt to private libraries to assist static linking
    
    https://bugzilla.gnome.org/show_bug.cgi?id=654078

 glib-2.0.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib-2.0.pc.in b/glib-2.0.pc.in
index 3d1ac12..ec4256d 100644
--- a/glib-2.0.pc.in
+++ b/glib-2.0.pc.in
@@ -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@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]