All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/transmission: requires RC4 support in openssl
@ 2021-06-12 12:11 Yann E. MORIN
  0 siblings, 0 replies; only message in thread
From: Yann E. MORIN @ 2021-06-12 12:11 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=d6676ca56f93b3892f05ab78735b14a46ad139c2
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Enable RC4 in openssl to fix build failure raised since commit
a83d41867c8d69a77d5cd0a665aa216af5340359

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[yann.morin.1998 at free.fr:
  - move the 'select' of the option closer to the 'select' on openssl
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 package/transmission/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/transmission/Config.in b/package/transmission/Config.in
index dac4d1b330..980b042e33 100644
--- a/package/transmission/Config.in
+++ b/package/transmission/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_TRANSMISSION
 	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_ZLIB
 	select BR2_PACKAGE_OPENSSL
+	select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 if BR2_PACKAGE_LIBOPENSSL
 	select BR2_PACKAGE_LIBCURL
 	select BR2_PACKAGE_LIBEVENT
 	help

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-12 12:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-12 12:11 [Buildroot] [git commit] package/transmission: requires RC4 support in openssl Yann E. MORIN

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.