From: | "Gilles Dartiguelongue (eva)" <eva@g.o> |
---|---|
To: | gentoo-commits@l.g.o |
Subject: | [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-keyring/files: gnome-keyring-2.27.92-as-needed.patch |
Date: | Thu, 29 Oct 2009 22:09:57 |
Message-Id: | E1N3dBn-0002l4-94@stork.gentoo.org |
1 | eva 09/10/29 22:09:51 |
2 | |
3 | Added: gnome-keyring-2.27.92-as-needed.patch |
4 | Log: |
5 | New version for GNOME 2.28. Clean up old revision. |
6 | (Portage version: 2.2_rc46/cvs/Linux x86_64) |
7 | |
8 | Revision Changes Path |
9 | 1.1 gnome-base/gnome-keyring/files/gnome-keyring-2.27.92-as-needed.patch |
10 | |
11 | file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/files/gnome-keyring-2.27.92-as-needed.patch?rev=1.1&view=markup |
12 | plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/files/gnome-keyring-2.27.92-as-needed.patch?rev=1.1&content-type=text/plain |
13 | |
14 | Index: gnome-keyring-2.27.92-as-needed.patch |
15 | =================================================================== |
16 | Fix linking with --as-needed -- "undefined reference to `g_thread_init'" |
17 | |
18 | GNOME Bug 595767 |
19 | |
20 | --- |
21 | --- tool/gkr-tool.c |
22 | +++ tool/gkr-tool.c |
23 | @@ -25,6 +25,7 @@ |
24 | |
25 | #include "gkr-tool.h" |
26 | |
27 | +#include <glib.h> |
28 | #include <glib/gi18n.h> |
29 | #include <gtk/gtk.h> |
30 | |
31 | --- tool/Makefile.am |
32 | +++ tool/Makefile.am |
33 | @@ -20,6 +20,7 @@ |
34 | $(top_builddir)/gp11/libgp11.la \ |
35 | $(top_builddir)/gcr/libgcr.la \ |
36 | $(top_builddir)/egg/libegg.la \ |
37 | + $(GTHREAD_LIBS) \ |
38 | $(GTK_LIBS) \ |
39 | $(GCRYPT_LIBS) \ |
40 | $(LIBTASN1_LIBS) \ |