diff mbox series

[1/1] package/libtorrent: requires RC4 support in openssl

Message ID 20210609165837.78559-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/libtorrent: requires RC4 support in openssl | expand

Commit Message

Fabrice Fontaine June 9, 2021, 4:58 p.m. UTC
Enable RC4 in openssl to fix build failure raised since commit
a83d41867c8d69a77d5cd0a665aa216af5340359

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

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

Comments

Yann E. MORIN June 12, 2021, 12:32 p.m. UTC | #1
Fabrice, All,

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

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/libtorrent/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/libtorrent/Config.in b/package/libtorrent/Config.in
> index 4787f9c60d..de6487a758 100644
> --- a/package/libtorrent/Config.in
> +++ b/package/libtorrent/Config.in
> @@ -4,6 +4,7 @@ config BR2_PACKAGE_LIBTORRENT
>  	depends on BR2_TOOLCHAIN_HAS_THREADS
>  	depends on BR2_TOOLCHAIN_HAS_SYNC_1 && BR2_TOOLCHAIN_HAS_SYNC_4
>  	select BR2_PACKAGE_ZLIB
> +	select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 if BR2_PACKAGE_LIBOPENSSL
>  	help
>  	  BitTorrent library written in C++ for *nix
>  
> -- 
> 2.30.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/libtorrent/Config.in b/package/libtorrent/Config.in
index 4787f9c60d..de6487a758 100644
--- a/package/libtorrent/Config.in
+++ b/package/libtorrent/Config.in
@@ -4,6 +4,7 @@  config BR2_PACKAGE_LIBTORRENT
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on BR2_TOOLCHAIN_HAS_SYNC_1 && BR2_TOOLCHAIN_HAS_SYNC_4
 	select BR2_PACKAGE_ZLIB
+	select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 if BR2_PACKAGE_LIBOPENSSL
 	help
 	  BitTorrent library written in C++ for *nix