From 4ebc7a1dcb28bdd9a0fc7ee6a119bca39cdd328e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 13 Feb 2018 10:56:32 +0100 Subject: [PATCH] dbus: Ensure to build with systemd support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pass `--enable-system` to the configure script to Ensure, that D-Bus is built with systemd support. By default, the build still succeeds, but systemd support is disabled, if the configure script doesn’t find the right version. --- dbus.be0 | 1 + 1 file changed, 1 insertion(+) diff --git a/dbus.be0 b/dbus.be0 index bdf424f8f..5ebde0de5 100755 --- a/dbus.be0 +++ b/dbus.be0 @@ -59,6 +59,7 @@ mee_configure() { bee_configure \ --with-dbus-user=dbus \ + --enable-systemd \ --with-systemdsystemunitdir=${systemdsystemunitdir} }