14 lines
524 B
Plaintext
14 lines
524 B
Plaintext
$NetBSD: patch-ak,v 1.2 2012/08/01 17:52:22 drochner Exp $
|
|
|
|
--- dbus/Makefile.in.orig 2012-07-26 16:44:07.000000000 +0000
|
|
+++ dbus/Makefile.in
|
|
@@ -591,7 +591,7 @@ AM_CPPFLAGS = \
|
|
$(SYSTEMD_CFLAGS) \
|
|
$(VALGRIND_CFLAGS) \
|
|
-DDBUS_COMPILATION \
|
|
- -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\" \
|
|
+ -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/db/dbus/machine-id"\" \
|
|
-DDBUS_SYSTEM_CONFIG_FILE=\""$(configdir)/system.conf"\" \
|
|
-DDBUS_SESSION_CONFIG_FILE=\""$(configdir)/session.conf"\" \
|
|
$(NULL)
|