package/fastd: select BR2_PACKAGE_LIBSODIUM_FULL
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 1 Oct 2019 16:58:07 +0000 (18:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 2 Oct 2019 19:08:13 +0000 (21:08 +0200)
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>
package/fastd/Config.in

index 47c76b5ad68d2aab279334b01b316093945d18c2..1d0b052bd91810a29cd4f93f381840c940124395 100644 (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