From 2cb8a59fd9f563b11251b0e7af8a728cdbf2b4d8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 14 Sep 2018 13:28:41 +0200 Subject: [PATCH] build: Disable systemd and D-Bus configuration for developer mode --- bootstrap-configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bootstrap-configure b/bootstrap-configure index 18df5bce..0025a0fa 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -8,4 +8,6 @@ fi ./configure --enable-maintainer-mode \ --enable-debug \ --prefix=/usr \ - --localstatedir=/var $* + --localstatedir=/var \ + --disable-dbus-policy \ + --disable-systemd-service $*