package/luaossl: requires DES support in openssl

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

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Fabrice Fontaine 2021-08-04 11:51:29 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent c1e6b82e8d
commit 08d1536202

View File

@ -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.