From 08d1536202b4a80e974e23ee62a898bc511a64c6 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Wed, 4 Aug 2021 11:51:29 +0200 Subject: [PATCH] package/luaossl: requires DES support in openssl Enable DES in openssl to fix build failure raised since commit a83d41867c8d69a77d5cd0a665aa216af5340359 Fixes: - http://autobuild.buildroot.org/results/3e043f992f81ba1e7ad7a2c64d73425e074301a2 Signed-off-by: Fabrice Fontaine Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- 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. -- 2.30.2