[Buildroot] [PATCH 1/2] rsyslog: remove non-existent enable/disable systemd options

James Knight james.knight at rockwellcollins.com
Tue Dec 20 00:05:14 UTC 2016


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>
---
 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
-- 
2.8.4.windows.1



More information about the buildroot mailing list