summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/sysstat/files/sysstat-9.0.3-ar.patch')
-rw-r--r--app-admin/sysstat/files/sysstat-9.0.3-ar.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-admin/sysstat/files/sysstat-9.0.3-ar.patch b/app-admin/sysstat/files/sysstat-9.0.3-ar.patch
deleted file mode 100644
index 0fe0b1cde358..000000000000
--- a/app-admin/sysstat/files/sysstat-9.0.3-ar.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Get rid of the implicit rule entirely (bug #212398).
-
-
---- sysstat-9.0.3/Makefile.in.orig 2009-04-13 16:27:15.000000000 +0200
-+++ sysstat-9.0.3/Makefile.in 2009-05-31 18:48:48.000000000 +0200
-@@ -175,9 +175,7 @@
-
- # Explicit rules needed to prevent possible file corruption
- # when using parallel execution.
--libsyscom.a: libsyscom.a(common.o ioconf.o)
-- $(AR) rv $@ common.o
-- $(AR) rv $@ ioconf.o
-- $(AR) s $@
-+libsyscom.a: common.o ioconf.o
-+ $(AR) rvs $@ $?
-
- librdstats.a: librdstats.a(rd_stats.o)