[glib] gio-2.0.pc: Add -lselinux when linking statically if so configured



commit f3c9b17d3c8984fa7281bd6c849aa6a0170b54de
Author: Mikhail Gusarov <dottedmag dottedmag net>
Date:   Thu Dec 26 11:22:05 2013 -0500

    gio-2.0.pc: Add -lselinux when linking statically if so configured
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721087

 gio-2.0.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio-2.0.pc.in b/gio-2.0.pc.in
index 9f7123f..a61eaaf 100644
--- a/gio-2.0.pc.in
+++ b/gio-2.0.pc.in
@@ -14,5 +14,5 @@ Version: @VERSION@
 Requires: glib-2.0 gobject-2.0
 Requires.private: gmodule-no-export-2.0
 Libs: -L${libdir} -lgio-2.0
-Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@
+Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@ @SELINUX_LIBS@
 Cflags:


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