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:
Fabrice Fontaine 2019-10-01 18:58:07 +02:00 committed by Thomas Petazzoni
parent 1ab48e371a
commit 69368c9501

View File

@ -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