All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/luaossl: requires DES support in openssl
@ 2021-08-04  9:51 Fabrice Fontaine
  2021-08-05 16:47 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-08-04  9:51 UTC (permalink / raw)
  To: buildroot; +Cc: Marcin Niestroj, Fabrice Fontaine

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@gmail.com>
---
 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.
-- 
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] [PATCH 1/1] package/luaossl: requires DES support in openssl
  2021-08-04  9:51 [Buildroot] [PATCH 1/1] package/luaossl: requires DES support in openssl Fabrice Fontaine
@ 2021-08-05 16:47 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-08-05 16:47 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: Marcin Niestroj



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@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.
> 
_______________________________________________
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-08-05 16:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04  9:51 [Buildroot] [PATCH 1/1] package/luaossl: requires DES support in openssl Fabrice Fontaine
2021-08-05 16:47 ` Arnout Vandecappelle

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.