mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/fastd: select BR2_PACKAGE_LIBSODIUM_FULL
Commit ad7963ea90 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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
1ab48e371a
commit
69368c9501
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user