[Buildroot] [git commit branch/next] package/netatalk: requires CAST and DES support in openssl

Yann E. MORIN yann.morin.1998 at free.fr
Tue Aug 3 21:10:09 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=ca86f8f35100fefbb1fbcb461f9dcab7d44764df
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Enable CAST and DES in openssl to fix build failures raised since commit
a83d41867c8d69a77d5cd0a665aa216af5340359

Fixes:
 - http://autobuild.buildroot.org/results/b7347e3e4b828901dcb954f7cc37b712b80ac49b
 - http://autobuild.buildroot.org/results/453c10ff24ef48f1340ec91412e504fe604033cf

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
[yann.morin.1998 at free.fr:
  - move the 'select' of the options closer to the 'select' on openssl
]
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/netatalk/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/netatalk/Config.in b/package/netatalk/Config.in
index 1560a18747..225d5891c7 100644
--- a/package/netatalk/Config.in
+++ b/package/netatalk/Config.in
@@ -6,6 +6,8 @@ config BR2_PACKAGE_NETATALK
 	depends on !BR2_STATIC_LIBS
 	select BR2_PACKAGE_BERKELEYDB
 	select BR2_PACKAGE_OPENSSL
+	select BR2_PACKAGE_LIBOPENSSL_ENABLE_CAST if BR2_PACKAGE_LIBOPENSSL
+	select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
 	select BR2_PACKAGE_LIBEVENT
 	select BR2_PACKAGE_LIBGCRYPT
 	select BR2_PACKAGE_LIBGPG_ERROR


More information about the buildroot mailing list