Skip to content

Commit

Permalink
package/mender: needs libopenssl engine support
Browse files Browse the repository at this point in the history
Buildroot commit 623d3bb disables
engine support when BR2_PACKAGE_LIBOPENSSL_ENGINES is not set.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/7717334889
http://autobuild.buildroot.org/results/818/818f8c156311010d03d2f64b42231f486b543837

Signed-off-by: Romain Naour <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
RomainNaour authored and yann-morin-1998 committed Sep 3, 2024
1 parent 248c2d0 commit efd5f1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/mender/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ config BR2_PACKAGE_MENDER
select BR2_PACKAGE_HOST_GO
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
select BR2_PACKAGE_LIBOPENSSL_ENGINES
select BR2_PACKAGE_LIBOPENSSL_ENABLE_MD4
select BR2_PACKAGE_LIBOPENSSL_ENABLE_RMD160
help
Expand Down

0 comments on commit efd5f1a

Please sign in to comment.