[gnome-keyring] Fix linking with --as-needed -- "undefined reference to `g_thread_init'"



commit eaf00c124242f2872d1fff7368b253114ac17a9f
Author: Nirbheek Chauhan <nirbheek chauhan gmail com>
Date:   Mon Sep 21 15:44:10 2009 +0000

    Fix linking with --as-needed -- "undefined reference to `g_thread_init'"
    
    GNOME Bug 595767
    
    Signed-off-by: Stef Walter <stef memberwebs com>

 tool/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tool/Makefile.am b/tool/Makefile.am
index 8dd5fcb..09c03bd 100644
--- a/tool/Makefile.am
+++ b/tool/Makefile.am
@@ -20,6 +20,7 @@ gnome_keyring_LDADD = \
 	$(top_builddir)/gp11/libgp11.la \
 	$(top_builddir)/gcr/libgcr.la \
 	$(top_builddir)/egg/libegg.la \
+	$(GTHREAD_LIBS) \
 	$(GTK_LIBS) \
 	$(GCRYPT_LIBS) \
 	$(LIBTASN1_LIBS) \



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