[Buildroot] [git commit] rsyslog: remove non-existent enable/disable systemd options

Peter Korsgaard peter at korsgaard.com
Tue Dec 20 09:09:58 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=9d505b87f6858e3adb61adaa2ed757d94e8664ee
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/rsyslog/rsyslog.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/rsyslog/rsyslog.mk b/package/rsyslog/rsyslog.mk
index a0875b7..9e74e49 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


More information about the buildroot mailing list