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 $*