All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/xml-security-c: requires DES support in openssl
@ 2021-07-30 11:38 Fabrice Fontaine
  2021-07-30 12:38 ` [Buildroot] [External] " Weber, Matthew L Collins via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-07-30 11:38 UTC (permalink / raw)
  To: buildroot; +Cc: Matt Weber, Fabrice Fontaine

Enable DES in openssl to fix build failure raised the addition of the
packahe in bbda38afbbfa79ff436e1a187bb267b8d9558036

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

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

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

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [External] [PATCH 1/1] package/xml-security-c: requires DES support in openssl
  2021-07-30 11:38 [Buildroot] [PATCH 1/1] package/xml-security-c: requires DES support in openssl Fabrice Fontaine
@ 2021-07-30 12:38 ` Weber, Matthew L Collins via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Weber, Matthew L Collins via buildroot @ 2021-07-30 12:38 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot

Fabrice,


> From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> Sent: Friday, July 30, 2021 6:38 AM
> To: buildroot@buildroot.org <buildroot@buildroot.org>
> Cc: Weber, Matthew L Collins <Matthew.Weber@collins.com>; Fabrice Fontaine <fontaine.fabrice@gmail.com>
> Subject: [External] [PATCH 1/1] package/xml-security-c: requires DES support in openssl 
>  
> Enable DES in openssl to fix build failure raised the addition of the
> packahe in bbda38afbbfa79ff436e1a187bb267b8d9558036

Tested-by: Matthew Weber <matthew.weber@collins.com>
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-30 12:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-30 11:38 [Buildroot] [PATCH 1/1] package/xml-security-c: requires DES support in openssl Fabrice Fontaine
2021-07-30 12:38 ` [Buildroot] [External] " Weber, Matthew L Collins via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.