[Buildroot] [git commit branch/next] package/luaossl: requires DES support in openssl

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Thu Aug 5 16:47:00 UTC 2021


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

Enable DES in openssl to fix build failure raised since commit
a83d41867c8d69a77d5cd0a665aa216af5340359

Fixes:
 - http://autobuild.buildroot.org/results/3e043f992f81ba1e7ad7a2c64d73425e074301a2

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/luaossl/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/luaossl/Config.in b/package/luaossl/Config.in
index d8763e76a3..f84c59f2a0 100644
--- a/package/luaossl/Config.in
+++ b/package/luaossl/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LUAOSSL
 	bool "luaossl"
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_PACKAGE_OPENSSL
+	select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
 	help
 	  luaossl is a comprehensive binding to OpenSSL for Lua 5.1,
 	  5.2, and later.


More information about the buildroot mailing list