All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lionel Flandrin <lionel@svkt.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/python-pyzmq: Enable draft APIs when supported by ZeroMQ
Date: Tue,  5 Feb 2019 11:28:14 +0100	[thread overview]
Message-ID: <20190205102814.11288-2-lionel@svkt.org> (raw)
In-Reply-To: <20190205102814.11288-1-lionel@svkt.org>

This doesn't introduce a new config flag, instead it just automatically enables
draft support if it's configured in the zeromq package itself.

Signed-off-by: Lionel Flandrin <lionel@svkt.org>
---
 package/python-pyzmq/python-pyzmq.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/python-pyzmq/python-pyzmq.mk b/package/python-pyzmq/python-pyzmq.mk
index 1f7cb5d613..b977cca927 100644
--- a/package/python-pyzmq/python-pyzmq.mk
+++ b/package/python-pyzmq/python-pyzmq.mk
@@ -22,4 +22,8 @@ endef
 
 PYTHON_PYZMQ_POST_PATCH_HOOKS += PYTHON_PYZMQ_PATCH_ZEROMQ_VERSION
 
+ifeq ($(BR2_PACKAGE_ZEROMQ_DRAFTS),y)
+PYTHON_PYZMQ_BUILD_OPTS += --enable-drafts
+endif
+
 $(eval $(python-package))
-- 
2.20.1

  reply	other threads:[~2019-02-05 10:28 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 ` Lionel Flandrin [this message]
2019-02-06 16:19   ` [Buildroot] [PATCH 2/2] package/python-pyzmq: Enable draft APIs when supported by ZeroMQ Thomas Petazzoni
2019-02-06 16:19 ` [Buildroot] [PATCH 1/2] package/zeromq: Allow building with draft APIs enabled Thomas Petazzoni

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=20190205102814.11288-2-lionel@svkt.org \
    --to=lionel@svkt.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.