Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/fastd: select BR2_PACKAGE_LIBSODIUM_FULL
@ 2019-10-01 16:58 Fabrice Fontaine
  2019-10-02 19:14 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-10-01 16:58 UTC (permalink / raw)
  To: buildroot

Commit ad7963ea90ce1d762e2b3d8a0c76b4d0bc1fa805 added an option to
disable some libsodium functions so select it as it's needed by fastd

Fixes:
 - http://autobuild.buildroot.org/results/dba0e1b9df3e02fbd2261086189d2b6c483ce664

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/fastd/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/fastd/Config.in b/package/fastd/Config.in
index 47c76b5ad6..1d0b052bd9 100644
--- a/package/fastd/Config.in
+++ b/package/fastd/Config.in
@@ -5,6 +5,7 @@ config BR2_PACKAGE_FASTD
 	depends on !BR2_STATIC_LIBS # libuecc
 	select BR2_PACKAGE_LIBUECC
 	select BR2_PACKAGE_LIBSODIUM
+	select BR2_PACKAGE_LIBSODIUM_FULL
 	select BR2_PACKAGE_LIBCAP
 	help
 	  Fast and Secure Tunneling Daemon
-- 
2.23.0

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

* [Buildroot] [PATCH 1/1] package/fastd: select BR2_PACKAGE_LIBSODIUM_FULL
  2019-10-01 16:58 [Buildroot] [PATCH 1/1] package/fastd: select BR2_PACKAGE_LIBSODIUM_FULL Fabrice Fontaine
@ 2019-10-02 19:14 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-10-02 19:14 UTC (permalink / raw)
  To: buildroot

On Tue,  1 Oct 2019 18:58:07 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Commit ad7963ea90ce1d762e2b3d8a0c76b4d0bc1fa805 added an option to
> disable some libsodium functions so select it as it's needed by fastd
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/dba0e1b9df3e02fbd2261086189d2b6c483ce664
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/fastd/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-10-02 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-01 16:58 [Buildroot] [PATCH 1/1] package/fastd: select BR2_PACKAGE_LIBSODIUM_FULL Fabrice Fontaine
2019-10-02 19:14 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox