summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-07-02 16:37:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-02 17:06:36 +0200
commitccc059c5f27245a361aae2b66cbe855a5798810e (patch)
tree0d32a20d38dd581055798131d3e462125ab15f3e /patches
parentffd901851c24bba41c7e444624cfdd53df8c7a54 (diff)
downloadptxdist-ccc059c5f27245a361aae2b66cbe855a5798810e.tar.gz
ptxdist-ccc059c5f27245a361aae2b66cbe855a5798810e.tar.xz
[dbus] avoid '${exec_prefix}' hardcoded in dbus-launch
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/dbus-1.2.24/make-pkgconfig-file-relocatable.diff16
1 files changed, 1 insertions, 15 deletions
diff --git a/patches/dbus-1.2.24/make-pkgconfig-file-relocatable.diff b/patches/dbus-1.2.24/make-pkgconfig-file-relocatable.diff
index 1757b4ba6..b262bf9bf 100644
--- a/patches/dbus-1.2.24/make-pkgconfig-file-relocatable.diff
+++ b/patches/dbus-1.2.24/make-pkgconfig-file-relocatable.diff
@@ -5,23 +5,9 @@ Don't use expanded paths in dbus-1.pc.in
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
- configure.in | 2 +-
dbus-1.pc.in | 4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
+ 1 file changed, 2 insertions(+), 2 deletions(-)
-Index: b/configure.in
-===================================================================
---- a/configure.in
-+++ b/configure.in
-@@ -1330,7 +1330,7 @@ AC_DEFINE_UNQUOTED(DBUS_DATADIR,"$DBUS_D
-
- #### Directory to install dbus-daemon
- if test -z "$with_dbus_daemondir" ; then
-- DBUS_DAEMONDIR=$EXPANDED_BINDIR
-+ DBUS_DAEMONDIR=$bindir
- else
- DBUS_DAEMONDIR=$with_dbus_daemondir
- fi
Index: b/dbus-1.pc.in
===================================================================
--- a/dbus-1.pc.in