projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35eb9b5
)
package/libssh2: requires RIPEMD160 in openssl
author
Baruch Siach
<baruch@tkos.co.il>
Fri, 4 Jun 2021 07:00:19 +0000
(10:00 +0300)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Sat, 5 Jun 2021 10:49:32 +0000
(12:49 +0200)
Enable RIPEMD160 in openssl for libssh2 to avoid link time failure.
Fixes:
http://autobuild.buildroot.net/results/
c6e031fca123865138d18c96d895778c03b639be
/
http://autobuild.buildroot.net/results/
4284098c0f29fdb7a4df9acbc23986e685c542d2
/
http://autobuild.buildroot.net/results/
a457bf27dfc0029cbfc2fdbf371aad1e2efa5b83
/
Cc: Matt Weber <matthew.weber@collins.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/libssh2/Config.in
patch
|
blob
|
history
diff --git
a/package/libssh2/Config.in
b/package/libssh2/Config.in
index 90c38813b35f5be0ebcdb23dad6ec47ceff5c365..ce2dd303fa358a75ff9bc3d8a61555b0b4480679 100644
(file)
--- a/
package/libssh2/Config.in
+++ b/
package/libssh2/Config.in
@@
-27,6
+27,7
@@
config BR2_PACKAGE_LIBSSH2_LIBGCRYPT
config BR2_PACKAGE_LIBSSH2_OPENSSL
bool "openssl"
depends on BR2_PACKAGE_OPENSSL
+ select BR2_PACKAGE_LIBOPENSSL_ENABLE_RMD160 if BR2_PACKAGE_LIBOPENSSL
endchoice
endif