From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package/zeromq: Allow building with draft APIs enabled
Date: Wed, 6 Feb 2019 17:19:38 +0100 [thread overview]
Message-ID: <20190206171938.7ab69799@windsurf> (raw)
In-Reply-To: <20190205102814.11288-1-lionel@svkt.org>
Hello Lionel,
On Tue, 5 Feb 2019 11:28:13 +0100
Lionel Flandrin <lionel@svkt.org> wrote:
> Signed-off-by: Lionel Flandrin <lionel@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
prev parent reply other threads:[~2019-02-06 16:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-05 10:28 [Buildroot] [PATCH 1/2] package/zeromq: Allow building with draft APIs enabled Lionel Flandrin
2019-02-05 10:28 ` [Buildroot] [PATCH 2/2] package/python-pyzmq: Enable draft APIs when supported by ZeroMQ Lionel Flandrin
2019-02-06 16:19 ` Thomas Petazzoni
2019-02-06 16:19 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190206171938.7ab69799@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox