summaryrefslogtreecommitdiffstats
path: root/patches/blackbox-0.70.1
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-12-10 21:29:49 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-12-10 21:29:49 +0100
commitae34bebbb0e7b07b4c877732821b4825eb0565d1 (patch)
tree99058ba0769c49455eec4ed2b385e6de15e7c966 /patches/blackbox-0.70.1
parent1a423a41eaa64e301da373066e1117608ce7eca6 (diff)
downloadptxdist-ae34bebbb0e7b07b4c877732821b4825eb0565d1.tar.gz
ptxdist-ae34bebbb0e7b07b4c877732821b4825eb0565d1.tar.xz
[blackbox] change patch to canonical patch format
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'patches/blackbox-0.70.1')
-rw-r--r--patches/blackbox-0.70.1/blackbox-0.70.1-cppflags.diff31
1 files changed, 13 insertions, 18 deletions
diff --git a/patches/blackbox-0.70.1/blackbox-0.70.1-cppflags.diff b/patches/blackbox-0.70.1/blackbox-0.70.1-cppflags.diff
index 2efb911f4..2e4218984 100644
--- a/patches/blackbox-0.70.1/blackbox-0.70.1-cppflags.diff
+++ b/patches/blackbox-0.70.1/blackbox-0.70.1-cppflags.diff
@@ -1,21 +1,16 @@
-#
-# Submitted-By: Robert Schwebel, 2006-02-27
-# Committed-By: Robert Schwebel
-#
-# Error:
-#
-# Unspecified include paths are leaking in.
-#
-# Description:
-#
-# I'm not sure how somebody can invent such a braindamaged mechanism...
-# Note: prefix is specifying the run path, which isn't necessarily the
-# install path.
-#
-# State:
-#
-# Make configure.ac patch for upstream (not done yet).
-#
+From: Robert Schwebel <r.schwebel@pengutronix.de>
+Subject: avoid that unspecified include paths leak into the build system
+
+The makefiles expect that "prefix" specifies "where to install", but
+this is not true. "prefix" specifies the run-time path in the final
+system.
+
+Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
+
+---
+
+# 20091210 rsc: needs a proper fix for configure.ac, so not ready for
+# upstream yet.
diff -urN blackbox-0.70.1/configure blackbox-0.70.1-ptx/configure
--- blackbox-0.70.1/configure 2005-11-03 09:27:16.000000000 +0100