projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49ef039
)
package/libtorrent: requires RC4 support in openssl
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Wed, 9 Jun 2021 16:58:37 +0000
(18:58 +0200)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Sat, 12 Jun 2021 12:31:17 +0000
(14:31 +0200)
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>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/libtorrent/Config.in
patch
|
blob
|
history
diff --git
a/package/libtorrent/Config.in
b/package/libtorrent/Config.in
index 4787f9c60d03d3e4cf8ddca56221a7e35048cf19..de6487a758c5074947a79c1adf1ac7574f268988 100644
(file)
--- 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