summaryrefslogtreecommitdiffstats
path: root/patches/dbus-1.2.14/0003-hand-picked-autoreconf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/dbus-1.2.14/0003-hand-picked-autoreconf.patch')
-rw-r--r--patches/dbus-1.2.14/0003-hand-picked-autoreconf.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/patches/dbus-1.2.14/0003-hand-picked-autoreconf.patch b/patches/dbus-1.2.14/0003-hand-picked-autoreconf.patch
new file mode 100644
index 000000000..1342c6bad
--- /dev/null
+++ b/patches/dbus-1.2.14/0003-hand-picked-autoreconf.patch
@@ -0,0 +1,40 @@
+From 8781754fd9f4305b02794eaa2810803adbd37364 Mon Sep 17 00:00:00 2001
+From: Marc Kleine-Budde <mkl@pengutronix.de>
+Date: Sun, 31 May 2009 09:44:27 +0200
+Subject: [PATCH 3/3] hand picked autoreconf
+
+Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
+---
+ dbus/Makefile.in | 2 +-
+ tools/Makefile.in | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/dbus/Makefile.in b/dbus/Makefile.in
+index e02c910..aaab7fd 100644
+--- a/dbus/Makefile.in
++++ b/dbus/Makefile.in
+@@ -308,7 +308,7 @@ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ configdir = $(sysconfdir)/dbus-1
+ INCLUDES = -I$(top_builddir) -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) @PIC_CFLAGS@ -DDBUS_COMPILATION \
+- -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\" \
++ -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/run/dbus/machine-id"\" \
+ -DDBUS_SYSTEM_CONFIG_FILE=\""$(configdir)/system.conf"\" \
+ -DDBUS_SESSION_CONFIG_FILE=\""$(configdir)/session.conf"\"
+
+diff --git a/tools/Makefile.in b/tools/Makefile.in
+index 479fd3e..b638e15 100644
+--- a/tools/Makefile.in
++++ b/tools/Makefile.in
+@@ -299,7 +299,7 @@ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ configdir = $(sysconfdir)/dbus-1
+-INCLUDES = -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_X_CFLAGS) -DDBUS_LOCALEDIR=\"@EXPANDED_DATADIR@/locale\" -DDBUS_COMPILATION -DDBUS_DAEMONDIR=\"@DBUS_DAEMONDIR@\" -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\"
++INCLUDES = -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_X_CFLAGS) -DDBUS_LOCALEDIR=\"@EXPANDED_DATADIR@/locale\" -DDBUS_COMPILATION -DDBUS_DAEMONDIR=\"@DBUS_DAEMONDIR@\" -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/run/dbus/machine-id"\"
+ dbus_send_SOURCES = \
+ dbus-print-message.c \
+ dbus-print-message.h \
+--
+1.6.3.1
+