package/transmission: requires RC4 support in openssl
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 9 Jun 2021 19:52:57 +0000 (21:52 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 12 Jun 2021 12:11:07 +0000 (14:11 +0200)
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@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

index dac4d1b3303c3168b7b03dcfebc4b571c00238ef..980b042e335a95ddfbe3f91c541275b1af3d720b 100644 (file)
@@ -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