rsyslog: remove non-existent enable/disable systemd options
authorJames Knight <james.knight@rockwellcollins.com>
Tue, 20 Dec 2016 00:05:14 +0000 (19:05 -0500)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 20 Dec 2016 09:09:58 +0000 (10:09 +0100)
The configuration flags `--enable-systemd` and `--disable-systemd` do
not exist in rsyslog (and may have never existed; most likely copy-paste
from other packages which have said options); removing the options.

Signed-off-by: James Knight <james.knight@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/rsyslog/rsyslog.mk

index a0875b7447be48e8142dd814e4c32fa1da0bf237..9e74e49dc86b030e9ff2c975c9a546dd51227943 100644 (file)
@@ -66,11 +66,8 @@ endif
 
 ifeq ($(BR2_INIT_SYSTEMD),y)
 RSYSLOG_CONF_OPTS += \
-       --enable-systemd \
        --with-systemdsystemunitdir=/usr/lib/systemd/system
 RSYSLOG_DEPENDENCIES += systemd
-else
-RSYSLOG_CONF_OPTS += --disable-systemd
 endif
 
 define RSYSLOG_INSTALL_INIT_SYSV