diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-09-22 04:59:14 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-09-22 04:59:14 +0000 |
commit | f3e6d0e6628f448c31178bf2a5e8ec8526bf2f0e (patch) | |
tree | 89b1f49003546566976aabba52627a6a344b6e04 /app-admin/sysstat/files | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-f3e6d0e6628f448c31178bf2a5e8ec8526bf2f0e.tar.gz gentoo-2-f3e6d0e6628f448c31178bf2a5e8ec8526bf2f0e.tar.bz2 gentoo-2-f3e6d0e6628f448c31178bf2a5e8ec8526bf2f0e.zip |
Fix parallel make / NFS issue (bug #193208, thanks to DrChandra and Mark Wagner.
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-admin/sysstat/files')
-rw-r--r-- | app-admin/sysstat/files/sysstat-8.0.0-make.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-admin/sysstat/files/sysstat-8.0.0-make.patch b/app-admin/sysstat/files/sysstat-8.0.0-make.patch new file mode 100644 index 000000000000..f419d5827c34 --- /dev/null +++ b/app-admin/sysstat/files/sysstat-8.0.0-make.patch @@ -0,0 +1,11 @@ +--- Makefile.in. 2007-08-25 14:28:06.000000000 +0200 ++++ Makefile.in 2007-09-22 06:48:59.000000000 +0200 +@@ -132,6 +132,8 @@ + ioconf.o: ioconf.c ioconf.h common.h sysconfig.h + + libsyscom.a: libsyscom.a(common.o ioconf.o) ++ ar rv libsyscom.a common.o ++ ar rv libsyscom.a ioconf.o + + libsyssa.a: libsyssa.a(sa_common.o) + |