summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-04 15:42:06 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-07 11:35:03 +0100
commit36a90aff0d9bc4ee8e900a361a1e3869f1bc8f2c (patch)
tree164165a9bb436c4d202331a5d0cea3aefa26538a
parent2ebbec0c47fa069c265adf8329ab13dd57015d0a (diff)
downloadptxdist-36a90aff0d9bc4ee8e900a361a1e3869f1bc8f2c.tar.gz
ptxdist-36a90aff0d9bc4ee8e900a361a1e3869f1bc8f2c.tar.xz
[jed] fix patch to disable rpath
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit a9b831c355bfb1c01b120e0c75dd9f5373db0f8c) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--patches/jed-0.99-18/jed-0.99-18-rpath-hack.diff16
1 files changed, 8 insertions, 8 deletions
diff --git a/patches/jed-0.99-18/jed-0.99-18-rpath-hack.diff b/patches/jed-0.99-18/jed-0.99-18-rpath-hack.diff
index 029816abd..5428671d8 100644
--- a/patches/jed-0.99-18/jed-0.99-18-rpath-hack.diff
+++ b/patches/jed-0.99-18/jed-0.99-18-rpath-hack.diff
@@ -12,16 +12,16 @@ Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
configure | 2 ++
1 file changed, 2 insertions(+)
-Index: jed-0.99-18/configure
+Index: b/configure
===================================================================
---- jed-0.99-18.orig/configure
-+++ jed-0.99-18/configure
-@@ -6383,6 +6383,8 @@ echo "$as_me: error: unable to find the
- { (exit 1); exit 1; }; }
+--- a/configure
++++ b/configure
+@@ -11466,6 +11466,8 @@ esac
+ RPATH="$RPATH:$jd_slang_library_dir"
fi
-
+ fi
+# rsc: uggly hack to disable rpath
+RPATH=
- # Check whether --enable-warnings or --disable-warnings was given.
- if test "${enable_warnings+set}" = set; then
+ fi
+