mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/mokutil: force libopenssl
mokutil unconditionally uses X509_get0_subject_key_id resulting in the following build failure with libressl since its addition in commit2e6e121496: /home/autobuild/autobuild/instance-18/output-1/host/lib/gcc/i686-buildroot-linux-uclibc/13.3.0/../../../../i686-buildroot-linux-uclibc/bin/ld: mokutil-efi_x509.o: in function `get_cert_skid': efi_x509.c:(.text+0x4e6): undefined reference to `X509_get0_subject_key_id' Fixes:2e6e121496- http://autobuild.buildroot.org/results/88b549734eae4b25de1b8e1c4f04bace0a7e7418 - http://autobuild.buildroot.org/results/05ac319bfb2a252f3dcdc5d04761f276afb53b6f Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f6aa6d1a5f
commit
1941fe3d82
@@ -14,6 +14,7 @@ config BR2_PACKAGE_MOKUTIL
|
||||
select BR2_PACKAGE_KEYUTILS
|
||||
select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
|
||||
help
|
||||
mokutil is a tool to import or delete the machines owner
|
||||
keys (MOK) stored in the database of shim.
|
||||
|
||||
Reference in New Issue
Block a user