[Buildroot] [PATCH 1/1] package/luaossl: requires DES support in openssl

Arnout Vandecappelle arnout at mind.be
Thu Aug 5 16:47:31 UTC 2021



On 04/08/2021 11:51, Fabrice Fontaine wrote:
> 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>

 Applied to master, thanks.

 Regards,
 Arnout

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