PolicyKit: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Wed Feb 23 06:01:22 PST 2011


 src/polkitagent/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit dd3593a5b74ebc2daee271639ce8a107de94e1f0
Author: Michael Biebl <biebl at debian.org>
Date:   Sun Aug 29 16:35:34 2010 +0200

    Bug 29871 – Fix build failures with binutils-gold
    
    Link polkit_agent_helper_1 against GLIB_LIBS.
    
    Signed-off-by: David Zeuthen <davidz at redhat.com>

diff --git a/src/polkitagent/Makefile.am b/src/polkitagent/Makefile.am
index d93d871..8fcce06 100644
--- a/src/polkitagent/Makefile.am
+++ b/src/polkitagent/Makefile.am
@@ -97,6 +97,7 @@ polkit_agent_helper_1_CFLAGS  = 					\
 
 polkit_agent_helper_1_LDADD = 						\
 	$(AUTH_LIBS)							\
+	$(GLIB_LIBS)							\
 	$(top_builddir)/src/polkit/libpolkit-gobject-1.la		\
 	$(NULL)
 


More information about the hal-commit mailing list