summaryrefslogtreecommitdiffstats
path: root/package/procps
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-04-06 22:20:48 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-04-06 22:20:48 +0200
commit64b351f6252f27dc5c21b9b4b6c62fd2676837f2 (patch)
tree91bafd0a630ad61330b42c4418756153b34ebcfb /package/procps
parentce6d09bdac0a343c380370bf95761f9640abfeac (diff)
downloadbuildroot-novena-64b351f6252f27dc5c21b9b4b6c62fd2676837f2.tar.gz
buildroot-novena-64b351f6252f27dc5c21b9b4b6c62fd2676837f2.zip
procps: fix build with make 3.82
Based on patch by Bruce Bushby. Issue with make include order. For more details, see: http://old.nabble.com/make-3.81.91---procps-3.2.8-td29281048.html Equivalent to upstream fix: http://procps.cvs.sourceforge.net/viewvc/procps/procps/Makefile?r1=1.70&r2=1.71 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/procps')
-rw-r--r--package/procps/procps-make-3.82.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/package/procps/procps-make-3.82.patch b/package/procps/procps-make-3.82.patch
new file mode 100644
index 000000000..2a563561b
--- /dev/null
+++ b/package/procps/procps-make-3.82.patch
@@ -0,0 +1,23 @@
+[PATCH] procps: fix build with make 3.82
+
+Equivalent to upstream fix:
+http://procps.cvs.sourceforge.net/viewvc/procps/procps/Makefile?r1=1.70&r2=1.71
+
+Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: procps-3.2.8/Makefile
+===================================================================
+--- procps-3.2.8.orig/Makefile
++++ procps-3.2.8/Makefile
+@@ -174,7 +174,7 @@
+ # 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)
+