All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Le Bihan <eric.le.bihan.dev@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] s6-networking: enable SSL if libressl is selected
Date: Sun, 23 Jul 2017 16:33:00 +0200	[thread overview]
Message-ID: <20170723143300.GA17343@itchy> (raw)
In-Reply-To: <8bff027c-d80c-1820-69dc-826ee3edf23e@mind.be>

Hi!

On 17-07-23 15:00:34, Arnout Vandecappelle wrote:
>
>
> On 23-07-17 10:16, Eric Le Bihan wrote:
> > If LibreSSL is selected, enable the associated backend to build the
> > s6-tls* tools.
> >
> > Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
> > ---
> >  package/s6-networking/s6-networking.mk | 5 +++++
> >  1 file changed, 5 insertions(+)
> >
> > diff --git a/package/s6-networking/s6-networking.mk b/package/s6-networking/s6-networking.mk
> > index ffaf8bc..6463f5d 100644
> > --- a/package/s6-networking/s6-networking.mk
> > +++ b/package/s6-networking/s6-networking.mk
> > @@ -23,6 +23,11 @@ S6_NETWORKING_CONF_OPTS = \
> >  	$(if $(BR2_STATIC_LIBS),,--disable-allstatic) \
> >  	$(SHARED_STATIC_LIBS_OPTS)
> >
> > +ifeq ($(BR2_PACKAGE_LIBRESSL),y)
> > +S6_NETWORKING_CONF_OPTS += --enable-ssl=libressl
>
>  Does it also support openssl?

No. It only supports LibreSSL and BearSSL [1], as stated in the
documentation [2].

>  Is there a corresponding --disable-ssl option?

No. The custom build system used in skarnet softwares follows roughly
the autotools conventions, but for a "--enable-foo" option, there is no
matching "--disable-foo".

> > +S6_NETWORKING_DEPENDENCIES = libressl
> > +endif
> > +
> >  define S6_NETWORKING_CONFIGURE_CMDS
> >  	(cd $(@D); $(TARGET_CONFIGURE_OPTS) ./configure $(S6_NETWORKING_CONF_OPTS))
> >  endef

[1] https://bearssl.org/
[2] http://skarnet.org/software/s6-networking/

Regards,

--
ELB

  reply	other threads:[~2017-07-23 14:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-23  8:16 [Buildroot] [PATCH 1/1] s6-networking: enable SSL if libressl is selected Eric Le Bihan
2017-07-23 13:00 ` Arnout Vandecappelle
2017-07-23 14:33   ` Eric Le Bihan [this message]
2017-07-24 16:34 ` 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=20170723143300.GA17343@itchy \
    --to=eric.le.bihan.dev@free.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 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.