[Buildroot] [PATCH 2/2] packages/rsyslog: add support for RELP

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Sep 23 20:19:45 UTC 2020


Hello,

On Mon, 21 Sep 2020 18:58:34 +0200
David GOUARIN <dgouarin at gmail.com> wrote:

> +config BR2_PACKAGE_RSYSLOG_RELP
> +	bool "enable support for relp logging protocol"
> +	depends on BR2_PACKAGE_RSYSLOG
> +	select BR2_PACKAGE_LIBRELP
> +	help
> +	  Enable relp rsyslog plugin.

I dropped this option entirely.

> +ifeq ($(BR2_PACKAGE_RSYSLOG_RELP),y)

And simply made this based on the following condition:

ifeq ($(BR2_PACKAGE_LIBRELP),y)

> +RSYSLOG_DEPENDENCIES += librelp
> +RSYSLOG_PLUGINS += relp
> +endif

And I've applied with those changes. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list