]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
systemd: remove redundant configure options
authorGabe Evans <gabe@hashrabbit.co>
Wed, 10 Feb 2016 23:44:04 +0000 (23:44 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 14 Feb 2016 22:41:14 +0000 (23:41 +0100)
* --with-dbuspolicydir, --with-dbussessionservicedir, and
   --with-dbussystemservicedir are no longer needed since these are
   defaults in recent releases.

 * --disable-dbus has no effect when combined with --disable-tests. The
   option itself only applies to tests, not the runtime.

Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/systemd/systemd.mk

index 23409631dc0d70567f97a633b0a13153bdcd4791..05121cf0c60de81f8b7732e289fbb912a8fc3281 100644 (file)
@@ -32,14 +32,10 @@ SYSTEMD_CONF_OPTS += \
        --disable-selinux \
        --disable-pam \
        --disable-libcryptsetup \
-       --with-dbuspolicydir=/etc/dbus-1/system.d \
-       --with-dbussessionservicedir=/usr/share/dbus-1/services \
-       --with-dbussystemservicedir=/usr/share/dbus-1/system-services \
        --disable-efi \
        --disable-gnuefi \
        --disable-ldconfig \
        --disable-tests \
-       --disable-dbus \
        --without-python
 
 SYSTEMD_CFLAGS = $(TARGET_CFLAGS) -fno-lto