[Buildroot] [PATCH 1/1] package/frr: add zeromq optional dependency

Arnout Vandecappelle arnout at mind.be
Thu Dec 16 20:15:59 UTC 2021



On 16/12/2021 19:57, Fabrice Fontaine wrote:
> zeromq is an optional dependency since version 4.0 and
> https://github.com/FRRouting/frr/commit/b6116506ec81735afa647af112c6aaa1ed35e9df
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/frr/frr.mk | 7 +++++++
>   1 file changed, 7 insertions(+)
> 
> diff --git a/package/frr/frr.mk b/package/frr/frr.mk
> index 49b4a190f0..8e53faaf33 100644
> --- a/package/frr/frr.mk
> +++ b/package/frr/frr.mk
> @@ -40,6 +40,13 @@ else
>   FRR_CONF_OPTS += --disable-capabilities
>   endif
>   
> +ifeq ($(BR2_PACKAGE_ZEROMQ),y)
> +FRR_DEPENDENCIES += zeromq
> +FRR_CONF_OPTS += --enable-zeromq
> +else
> +FRR_CONF_OPTS += --disable-zeromq
> +endif
> +
>   ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
>   FRR_CONF_ENV += LIBS=-latomic
>   endif
> 



More information about the buildroot mailing list