diff mbox series

[1/1] package/tpm-tools: requires DES support in openssl

Message ID 20210613104706.1188475-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/tpm-tools: requires DES support in openssl | expand

Commit Message

Fabrice Fontaine June 13, 2021, 10:47 a.m. UTC
Enable DES in openssl to fix build failure raised since commit
a83d41867c8d69a77d5cd0a665aa216af5340359

Fixes:
 - http://autobuild.buildroot.org/results/c104263d0fb6f758ac1e654b114f68b4fbfcf6bd

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/tpm-tools/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Yann E. MORIN June 13, 2021, 8:06 p.m. UTC | #1
Fabrice, All,

On 2021-06-13 12:47 +0200, Fabrice Fontaine spake thusly:
> Enable DES in openssl to fix build failure raised since commit
> a83d41867c8d69a77d5cd0a665aa216af5340359
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/c104263d0fb6f758ac1e654b114f68b4fbfcf6bd
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/tpm-tools/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/tpm-tools/Config.in b/package/tpm-tools/Config.in
> index ca70adc80c..3ce6391acd 100644
> --- a/package/tpm-tools/Config.in
> +++ b/package/tpm-tools/Config.in
> @@ -4,6 +4,7 @@ config BR2_PACKAGE_TPM_TOOLS
>  	depends on !BR2_STATIC_LIBS # trousers
>  	select BR2_PACKAGE_TROUSERS
>  	select BR2_PACKAGE_OPENSSL
> +	select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
>  	help
>  	  Tools to manage and diagnose a TPM
>  
> -- 
> 2.30.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/tpm-tools/Config.in b/package/tpm-tools/Config.in
index ca70adc80c..3ce6391acd 100644
--- a/package/tpm-tools/Config.in
+++ b/package/tpm-tools/Config.in
@@ -4,6 +4,7 @@  config BR2_PACKAGE_TPM_TOOLS
 	depends on !BR2_STATIC_LIBS # trousers
 	select BR2_PACKAGE_TROUSERS
 	select BR2_PACKAGE_OPENSSL
+	select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
 	help
 	  Tools to manage and diagnose a TPM