summaryrefslogtreecommitdiff
path: root/package/rsyslog
diff options
context:
space:
mode:
authorJames Knight <james.knight@rockwellcollins.com>2016-12-19 19:05:14 -0500
committerPeter Korsgaard <peter@korsgaard.com>2016-12-20 10:09:58 +0100
commit9d505b87f6858e3adb61adaa2ed757d94e8664ee (patch)
tree6d1abe0019f88d5a286ddc94efdb4fbb391755ce /package/rsyslog
parentaacc224cf81a7638e91ef5835cb1c033de4e1c23 (diff)
rsyslog: remove non-existent enable/disable systemd options
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>
Diffstat (limited to 'package/rsyslog')
-rw-r--r--package/rsyslog/rsyslog.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/rsyslog/rsyslog.mk b/package/rsyslog/rsyslog.mk
index a0875b744..9e74e49dc 100644
--- a/package/rsyslog/rsyslog.mk
+++ b/package/rsyslog/rsyslog.mk
@@ -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