Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/sysstat/files: sysstat-8.0.0-make.patch
Date: Sat, 22 Sep 2007 05:53:08
Message-Id: E1IYx5H-0007dG-7C@stork.gentoo.org
1 jer 07/09/22 04:59:15
2
3 Added: sysstat-8.0.0-make.patch
4 Log:
5 Fix parallel make / NFS issue (bug #193208, thanks to DrChandra and Mark Wagner.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.1 app-admin/sysstat/files/sysstat-8.0.0-make.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sysstat/files/sysstat-8.0.0-make.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sysstat/files/sysstat-8.0.0-make.patch?rev=1.1&content-type=text/plain
13
14 Index: sysstat-8.0.0-make.patch
15 ===================================================================
16 --- Makefile.in. 2007-08-25 14:28:06.000000000 +0200
17 +++ Makefile.in 2007-09-22 06:48:59.000000000 +0200
18 @@ -132,6 +132,8 @@
19 ioconf.o: ioconf.c ioconf.h common.h sysconfig.h
20
21 libsyscom.a: libsyscom.a(common.o ioconf.o)
22 + ar rv libsyscom.a common.o
23 + ar rv libsyscom.a ioconf.o
24
25 libsyssa.a: libsyssa.a(sa_common.o)
26
27
28
29
30 --
31 gentoo-commits@g.o mailing list