[Buildroot] [PATCH 1/2] package/zeromq: Allow building with draft APIs enabled

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Feb 6 16:19:38 UTC 2019


Hello Lionel,

On Tue,  5 Feb 2019 11:28:13 +0100
Lionel Flandrin <lionel at svkt.org> wrote:

> Signed-off-by: Lionel Flandrin <lionel at svkt.org>
> ---
>  package/zeromq/Config.in | 7 +++++++
>  package/zeromq/zeromq.mk | 4 ++++
>  2 files changed, 11 insertions(+)
> 
> diff --git a/package/zeromq/Config.in b/package/zeromq/Config.in
> index 69be9f002c..fdcdebc691 100644
> --- a/package/zeromq/Config.in
> +++ b/package/zeromq/Config.in
> @@ -52,4 +52,11 @@ config BR2_PACKAGE_ZEROMQ_PGM
>  	  3208) implemented either over raw IP packets or UDP
>  	  datagrams (encapsulated PGM).
>  
> +config BR2_PACKAGE_ZEROMQ_DRAFTS
> +	bool "Enable ZeroMQ draft APIs"

Changed to:

	bool "Draft APIs support"

> +ifeq ($(BR2_PACKAGE_ZEROMQ_DRAFTS),y)
> +ZEROMQ_CONF_OPTS += --enable-drafts

Added:

else
ZEROMQ_CONF_OPTS += --disable-drafts

Applied with those changes!

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



More information about the buildroot mailing list