X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=stage4%2Fpkg%2Fdbus;h=a5ba346df08b276236f2b715fa608bdf30fa51d6;hb=47f2031ebd11633c79f3fb0fd173658b2d2ef3d4;hp=58f7e562426a846fdfb08905ec97c8620c1e8580;hpb=ac5da19615d2c5774889fe779184f904d594bae1;p=hvlinux.git diff --git a/stage4/pkg/dbus b/stage4/pkg/dbus index 58f7e56..a5ba346 100644 --- a/stage4/pkg/dbus +++ b/stage4/pkg/dbus @@ -6,10 +6,13 @@ hvconfig_pre() hv_useradd --system -c D-BUS-Message-Daemon-User -d /dev/null \ -g messagebus -s /bin/false messagebus - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ - --libexecdir=/usr/lib/dbus-1.0 \ - --localstatedir=/var" + CONFIGURE_OPTS+=" \ + --localstatedir=/var \ + --disable-doxygen-docs \ + --disable-static \ + --disable-systemd \ + --without-systemdsystemunitdir \ + --with-console-auth-dir=/run/console/" } hvbuild_post() @@ -20,6 +23,7 @@ hvbuild_post() # script-name start stop bootscript_add_rc3 dbus 92 20 - # Without this, VLC was giving an error. + # Generate D-Bus UUID to avoid warnings when compiling some packages + # without dbus running (without this, VLC was giving an error). dbus-uuidgen > /var/lib/dbus/machine-id }