diff mbox series

[v2,1/1] package/xml-security-c: requires DES support in openssl

Message ID 20210730124121.3680793-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [v2,1/1] package/xml-security-c: requires DES support in openssl | expand

Commit Message

Fabrice Fontaine July 30, 2021, 12:41 p.m. UTC
Enable DES in openssl to fix build failure raised since the addition of
the package in bbda38afbbfa79ff436e1a187bb267b8d9558036

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

Tested-by: Matthew Weber <matthew.weber@collins.com>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2:
 - Fix 2 typos in commit message

 package/xml-security-c/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni July 30, 2021, 9:36 p.m. UTC | #1
On Fri, 30 Jul 2021 14:41:21 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Enable DES in openssl to fix build failure raised since the addition of
> the package in bbda38afbbfa79ff436e1a187bb267b8d9558036
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/fb9252de77e020182fea7e9011a3e402c49d926b
> 
> Tested-by: Matthew Weber <matthew.weber@collins.com>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> Changes v1 -> v2:
>  - Fix 2 typos in commit message

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/xml-security-c/Config.in b/package/xml-security-c/Config.in
index 81d945f23d..17d0ca3aad 100644
--- a/package/xml-security-c/Config.in
+++ b/package/xml-security-c/Config.in
@@ -3,6 +3,7 @@  config BR2_PACKAGE_XML_SECURITY_C
 	depends on BR2_INSTALL_LIBSTDCPP # xerces
 	depends on BR2_USE_WCHAR # xerces
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11
+	select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
 	select BR2_PACKAGE_OPENSSL
 	select BR2_PACKAGE_XERCES
 	help