Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@openwide.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 2/2] zeromq: depend on libsodium if available
Date: Fri, 10 Jul 2015 19:02:25 +0200	[thread overview]
Message-ID: <559FFAA1.6040400@openwide.fr> (raw)
In-Reply-To: <1432036871-3244-2-git-send-email-fhunleth@troodon-software.com>

Hi Frank,

Le 19/05/2015 14:01, Frank Hunleth a ?crit :
> ZeroMQ doesn't require libsodium, but will enable CURVE security if it's
> available. This patch adds the optional dependency.
> 
> Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>

Reviewed-by: Romain Naour <romain.naour@openwide.fr>

Best regards,
Romain Naour

> ---
> Changes v1 -> v2:
>   - added patch to series
> Changes v2 -> v3:
>   - no changes
> 
>  package/zeromq/zeromq.mk | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/package/zeromq/zeromq.mk b/package/zeromq/zeromq.mk
> index 7e9ed19..a876d5e 100644
> --- a/package/zeromq/zeromq.mk
> +++ b/package/zeromq/zeromq.mk
> @@ -34,4 +34,10 @@ ZEROMQ_DEPENDENCIES += host-pkgconf openpgm
>  ZEROMQ_CONF_OPTS += --with-system-pgm
>  endif
> 
> +# ZeroMQ uses libsodium if it's available.
> +ifeq ($(BR2_PACKAGE_LIBSODIUM), y)
> +ZEROMQ_DEPENDENCIES += libsodium
> +ZEROMQ_CONF_OPTS += --with-libsodium="$(STAGING_DIR)/usr"
> +endif
> +
>  $(eval $(autotools-package))
> --
> 2.1.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 

  reply	other threads:[~2015-07-10 17:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-19 12:01 [Buildroot] [PATCH v3 1/2] libsodium: new package Frank Hunleth
2015-05-19 12:01 ` [Buildroot] [PATCH v3 2/2] zeromq: depend on libsodium if available Frank Hunleth
2015-07-10 17:02   ` Romain Naour [this message]
2015-07-10 16:47 ` [Buildroot] [PATCH v3 1/2] libsodium: new package Romain Naour
2015-07-10 20:44 ` 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=559FFAA1.6040400@openwide.fr \
    --to=romain.naour@openwide.fr \
    --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