projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5563262
)
package/luvi: requires DES support in openssl
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Sun, 13 Jun 2021 14:14:21 +0000
(16:14 +0200)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Sun, 13 Jun 2021 20:02:49 +0000
(22:02 +0200)
Enable DES in openssl to fix build failure raised since commit
a83d41867c8d69a77d5cd0a665aa216af5340359
Fixes:
- http://autobuild.buildroot.org/results/
d8452e2de1bd866953d3bb0cb951e9f877f9a6e0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/luvi/Config.in
patch
|
blob
|
history
diff --git
a/package/luvi/Config.in
b/package/luvi/Config.in
index c9fd4173942d0e89724cc58ad61df25616b51804..6e96f85f32cdd42492d1c50630751428c9b14c8c 100644
(file)
--- a/
package/luvi/Config.in
+++ b/
package/luvi/Config.in
@@
-7,6
+7,7
@@
config BR2_PACKAGE_LUVI
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libuv
select BR2_PACKAGE_LIBUV
select BR2_PACKAGE_LUV
+ select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
help
A project in-between luv and luvit. The goal of this is to
make building luvit and derivatives much easier.