From 247442f770e20581fa4b500b45c09d502e5cd5f9 Mon Sep 17 00:00:00 2001 From: George McCollister Date: Tue, 23 Aug 2011 14:06:33 -0500 Subject: procps: make it build with make 3.82 Fix Makefile so procps builds with make 3.82. From upstream CVS. See patch file for details. Signed-off-by: George McCollister Signed-off-by: Michael Olbrich --- .../0071-fix-build-with-make-3.82.patch | 36 ++++++++++++++++++++++ patches/procps-3.2.8/series | 1 + 2 files changed, 37 insertions(+) create mode 100644 patches/procps-3.2.8/0071-fix-build-with-make-3.82.patch diff --git a/patches/procps-3.2.8/0071-fix-build-with-make-3.82.patch b/patches/procps-3.2.8/0071-fix-build-with-make-3.82.patch new file mode 100644 index 000000000..9a963fe3a --- /dev/null +++ b/patches/procps-3.2.8/0071-fix-build-with-make-3.82.patch @@ -0,0 +1,36 @@ +From 7d6a81c2324575ad7d6f394e98b5ae231e99ab5d Mon Sep 17 00:00:00 2001 +From: George McCollister +Date: Tue, 23 Aug 2011 13:51:43 -0500 +Subject: [PATCH 71/71] fix build with make 3.82 + +I pulled this patch from upstream. +http://procps.cvs.sourceforge.net/viewvc/procps/procps/Makefile?r1=1.70&r2=1.71 + +Revision 1.71 +Mon Feb 28 02:51:09 2011 UTC (5 months, 3 weeks ago) by albert +Branch: MAIN +CVS Tags: HEAD +Changes since 1.70: +1 -1 lines +possible to build with make 3.82 gen303120 -- thanks Elias Pipping + +Signed-off-by: George McCollister +--- + Makefile | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/Makefile b/Makefile +index a83df5e..c1bf8f3 100644 +--- a/Makefile ++++ b/Makefile +@@ -174,7 +174,7 @@ INSTALL := $(BINFILES) $(MANFILES) + # want this rule first, use := on ALL, and ALL not filled in yet + all: do_all + +--include */module.mk ++-include proc/module.mk ps/module.mk + + do_all: $(ALL) + +-- +1.7.6 + diff --git a/patches/procps-3.2.8/series b/patches/procps-3.2.8/series index 1a4bde253..7bceef968 100644 --- a/patches/procps-3.2.8/series +++ b/patches/procps-3.2.8/series @@ -68,3 +68,4 @@ 0068-top_username_parse.patch 0069-don-t-install-stuff-that-was-not-built.patch 0070-remove-frename-registers-option-due-to-ICE-on-gcc-4..patch +0071-fix-build-with-make-3.82.patch -- cgit v1.2.3