mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
packages/rsyslog: add optional support for RELP
Signed-off-by: David GOUARIN <dgouarin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
356a521f2a
commit
e78063379b
@ -14,6 +14,12 @@ RSYSLOG_PLUGINS = imdiag imfile impstats imptcp \
|
||||
mmanon mmaudit mmfields mmjsonparse mmpstrucdata mmsequence mmutf8fix \
|
||||
mail omprog omruleset omstdout omuxsock \
|
||||
pmaixforwardedfrom pmciscoios pmcisconames pmlastmsg pmsnare
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBRELP),y)
|
||||
RSYSLOG_DEPENDENCIES += librelp
|
||||
RSYSLOG_PLUGINS += relp
|
||||
endif
|
||||
|
||||
RSYSLOG_CONF_OPTS = --disable-generate-man-pages \
|
||||
$(foreach x,$(call qstrip,$(RSYSLOG_PLUGINS)),--enable-$(x))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user