diff options
| author | Gabe Evans <gabe@hashrabbit.co> | 2016-02-10 23:44:04 +0000 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-14 23:41:14 +0100 |
| commit | d2c8d0efbfea1fc5d482a89b8108217de4105d61 (patch) | |
| tree | 405b071ec7f5a4dd804c4bd20171e52ff64729a5 | |
| parent | ea3643d5695a948420a70b76b718bd98a2305a6a (diff) | |
| download | buildroot-d2c8d0efbfea1fc5d482a89b8108217de4105d61.tar.gz buildroot-d2c8d0efbfea1fc5d482a89b8108217de4105d61.zip | |
systemd: remove redundant configure options
* --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>
| -rw-r--r-- | package/systemd/systemd.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk index 23409631dc..05121cf0c6 100644 --- a/package/systemd/systemd.mk +++ b/package/systemd/systemd.mk @@ -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 |

