mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
package/fastd: select BR2_PACKAGE_LIBSODIUM_FULL
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
1ab48e371a
commit
69368c9501
@ -5,6 +5,7 @@ config BR2_PACKAGE_FASTD
|
|||||||
depends on !BR2_STATIC_LIBS # libuecc
|
depends on !BR2_STATIC_LIBS # libuecc
|
||||||
select BR2_PACKAGE_LIBUECC
|
select BR2_PACKAGE_LIBUECC
|
||||||
select BR2_PACKAGE_LIBSODIUM
|
select BR2_PACKAGE_LIBSODIUM
|
||||||
|
select BR2_PACKAGE_LIBSODIUM_FULL
|
||||||
select BR2_PACKAGE_LIBCAP
|
select BR2_PACKAGE_LIBCAP
|
||||||
help
|
help
|
||||||
Fast and Secure Tunneling Daemon
|
Fast and Secure Tunneling Daemon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user