projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35aded3
)
package/netatalk: requires CAST and DES support in openssl
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Wed, 9 Jun 2021 21:54:22 +0000
(23:54 +0200)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Sat, 12 Jun 2021 12:12:16 +0000
(14:12 +0200)
Enable CAST and DES in openssl to fix build failures raised since commit
a83d41867c8d69a77d5cd0a665aa216af5340359
Fixes:
- http://autobuild.buildroot.org/results/
b7347e3e4b828901dcb954f7cc37b712b80ac49b
- http://autobuild.buildroot.org/results/
453c10ff24ef48f1340ec91412e504fe604033cf
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[yann.morin.1998@free.fr:
- move the 'select' of the options closer to the 'select' on openssl
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/netatalk/Config.in
patch
|
blob
|
history
diff --git
a/package/netatalk/Config.in
b/package/netatalk/Config.in
index 1560a18747cf0222b358c42651b0f8b9334da5f3..225d5891c76fa50ec896439fd6ae812e93f7a1e8 100644
(file)
--- a/
package/netatalk/Config.in
+++ b/
package/netatalk/Config.in
@@
-6,6
+6,8
@@
config BR2_PACKAGE_NETATALK
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_BERKELEYDB
select BR2_PACKAGE_OPENSSL
+ select BR2_PACKAGE_LIBOPENSSL_ENABLE_CAST if BR2_PACKAGE_LIBOPENSSL
+ select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
select BR2_PACKAGE_LIBEVENT
select BR2_PACKAGE_LIBGCRYPT
select BR2_PACKAGE_LIBGPG_ERROR