All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 3/4] package/s6-networking: support building with bearssl
@ 2021-04-06 22:47 Dick Olsson
  2021-05-01 14:43 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Dick Olsson @ 2021-04-06 22:47 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Dick Olsson <hi@senzilla.io>
---
 package/s6-networking/s6-networking.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/s6-networking/s6-networking.mk b/package/s6-networking/s6-networking.mk
index 7f7da1fb71..2abb17ffda 100644
--- a/package/s6-networking/s6-networking.mk
+++ b/package/s6-networking/s6-networking.mk
@@ -20,6 +20,9 @@ S6_NETWORKING_CONF_OPTS = \
 ifeq ($(BR2_PACKAGE_LIBRESSL),y)
 S6_NETWORKING_CONF_OPTS += --enable-ssl=libressl
 S6_NETWORKING_DEPENDENCIES += libressl
+else ifeq ($(BR2_PACKAGE_BEARSSL),y)
+S6_NETWORKING_CONF_OPTS += --enable-ssl=bearssl
+S6_NETWORKING_DEPENDENCIES += bearssl
 endif
 
 define S6_NETWORKING_CONFIGURE_CMDS
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 3/4] package/s6-networking: support building with bearssl
  2021-04-06 22:47 [Buildroot] [PATCH 3/4] package/s6-networking: support building with bearssl Dick Olsson
@ 2021-05-01 14:43 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-05-01 14:43 UTC (permalink / raw)
  To: buildroot



On 07/04/2021 00:47, Dick Olsson via buildroot wrote:
> Signed-off-by: Dick Olsson <hi@senzilla.io>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/s6-networking/s6-networking.mk | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/package/s6-networking/s6-networking.mk b/package/s6-networking/s6-networking.mk
> index 7f7da1fb71..2abb17ffda 100644
> --- a/package/s6-networking/s6-networking.mk
> +++ b/package/s6-networking/s6-networking.mk
> @@ -20,6 +20,9 @@ S6_NETWORKING_CONF_OPTS = \
>  ifeq ($(BR2_PACKAGE_LIBRESSL),y)
>  S6_NETWORKING_CONF_OPTS += --enable-ssl=libressl
>  S6_NETWORKING_DEPENDENCIES += libressl
> +else ifeq ($(BR2_PACKAGE_BEARSSL),y)
> +S6_NETWORKING_CONF_OPTS += --enable-ssl=bearssl
> +S6_NETWORKING_DEPENDENCIES += bearssl
>  endif
>  
>  define S6_NETWORKING_CONFIGURE_CMDS
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-01 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-06 22:47 [Buildroot] [PATCH 3/4] package/s6-networking: support building with bearssl Dick Olsson
2021-05-01 14:43 ` Arnout Vandecappelle

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.