All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/freerdp: needs rc4 from libopenssl
@ 2021-06-12 12:31 Yann E. MORIN
  0 siblings, 0 replies; only message in thread
From: Yann E. MORIN @ 2021-06-12 12:31 UTC (permalink / raw)
  To: buildroot

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

Fixes:
    http://autobuild.buildroot.org/results/b21b21a66bef2bc09231e475037a8f9be5584fa4/

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 package/freerdp/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/freerdp/Config.in b/package/freerdp/Config.in
index 5705ce0e0c..14c5f98671 100644
--- a/package/freerdp/Config.in
+++ b/package/freerdp/Config.in
@@ -10,6 +10,7 @@ config BR2_PACKAGE_FREERDP
 	depends on BR2_USE_MMU # libglib2
 	depends on BR2_TOOLCHAIN_HAS_SYNC_4
 	select BR2_PACKAGE_OPENSSL
+	select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 if BR2_PACKAGE_LIBOPENSSL
 	select BR2_PACKAGE_ZLIB
 	select BR2_PACKAGE_LIBGLIB2
 	help

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

only message in thread, other threads:[~2021-06-12 12:31 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:31 [Buildroot] [git commit] package/freerdp: needs rc4 from libopenssl 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.