14 lines
674 B
Plaintext
14 lines
674 B
Plaintext
$NetBSD: patch-ak,v 1.3 2014/04/03 09:09:06 wiz Exp $
|
|
|
|
--- dbus/Makefile.in.orig 2014-01-20 14:10:30.000000000 +0000
|
|
+++ dbus/Makefile.in
|
|
@@ -673,7 +673,7 @@ configdir = $(sysconfdir)/dbus-1
|
|
# results in an otherwise unnecessary dependency on librt. Disable it.
|
|
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) $(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) -DSD_DAEMON_DISABLE_MQ
|