Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/spice/files: 0.10.1-gold.patch
Date: Thu, 07 Jun 2012 15:36:12
Message-Id: 20120607153601.BE4802004C@flycatcher.gentoo.org
1 jlec 12/06/07 15:36:01
2
3 Added: 0.10.1-gold.patch
4 Log:
5 Add fix for underlinking detected by gold
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-emulation/spice/files/0.10.1-gold.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/files/0.10.1-gold.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/files/0.10.1-gold.patch?rev=1.1&content-type=text/plain
14
15 Index: 0.10.1-gold.patch
16 ===================================================================
17 server/tests/Makefile.am | 2 +-
18 1 files changed, 1 insertions(+), 1 deletions(-)
19
20 diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
21 index 4513322..265b22b 100644
22 --- a/server/tests/Makefile.am
23 +++ b/server/tests/Makefile.am
24 @@ -9,7 +9,7 @@ INCLUDES = \
25 $(SPICE_NONPKGCONFIG_CFLAGS) \
26 $(NULL)
27
28 -AM_LDFLAGS = $(top_builddir)/server/libspice-server.la
29 +AM_LDFLAGS = $(top_builddir)/server/libspice-server.la -pthread
30
31 COMMON_BASE=basic_event_loop.c basic_event_loop.h test_util.h ../../common/backtrace.c