From: | "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o> |
---|---|
To: | gentoo-commits@l.g.o |
Subject: | [gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth/files: gnome-bluetooth-2.28.1-fix-smp-build.patch |
Date: | Wed, 30 Sep 2009 10:13:21 |
Message-Id: | E1MswBT-000387-Vf@stork.gentoo.org |
1 | nirbheek 09/09/30 10:13:19 |
2 | |
3 | Added: gnome-bluetooth-2.28.1-fix-smp-build.patch |
4 | Log: |
5 | Fix bug 287043 -- parallel build failure |
6 | (Portage version: 2.2_rc41/cvs/Linux i686) |
7 | |
8 | Revision Changes Path |
9 | 1.1 net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.28.1-fix-smp-build.patch |
10 | |
11 | file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.28.1-fix-smp-build.patch?rev=1.1&view=markup |
12 | plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.28.1-fix-smp-build.patch?rev=1.1&content-type=text/plain |
13 | |
14 | Index: gnome-bluetooth-2.28.1-fix-smp-build.patch |
15 | =================================================================== |
16 | Parallel build issue http://bugs.gentoo.org/show_bug.cgi?id=287043 |
17 | |
18 | --- |
19 | From 0622ea93f4e42d1599f2467e6bef5dca49cd99fd Mon Sep 17 00:00:00 2001 |
20 | From: Bastien Nocera <hadess@××××××.net> |
21 | Date: Tue, 29 Sep 2009 10:36:58 +0000 |
22 | Subject: Fix SMP build |
23 | |
24 | --- |
25 | diff --git a/wizard/Makefile.am b/wizard/Makefile.am |
26 | index fc92c5e..074f55f 100644 |
27 | --- a/wizard/Makefile.am |
28 | +++ b/wizard/Makefile.am |
29 | @@ -9,7 +9,7 @@ bin_PROGRAMS = bluetooth-wizard |
30 | |
31 | bluetooth_wizard_SOURCES = main.c |
32 | |
33 | -bluetooth_wizard_LDADD = $(top_builddir)/lib/libgnome-bluetooth.la $(top_builddir)/lib/libcommon.la $(top_builddir)/wizard/libwizard.la $(WIZARD_LIBS) |
34 | +bluetooth_wizard_LDADD = $(top_builddir)/lib/libgnome-bluetooth.la $(top_builddir)/lib/libcommon.la libwizard.la $(WIZARD_LIBS) |
35 | |
36 | AM_CFLAGS = $(WIZARD_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED) -DPKGDATADIR="\"$(pkgdatadir)\"" |
37 | |
38 | -- |
39 | cgit v0.8.2 |