mokutil: rebuild for openssl3

This commit is contained in:
classabbyamp 2023-08-16 20:13:33 -04:00
parent 3ad6fa14da
commit 99fd4e12ad
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
--- a/src/mokutil.h
+++ b/src/mokutil.h
@@ -39,7 +39,6 @@
typedef unsigned long efi_status_t;
typedef uint8_t efi_bool_t;
-typedef wchar_t efi_char16_t; /* UNICODE character */
typedef enum {
DELETE_MOK = 0,

View file

@ -1,7 +1,7 @@
# Template file for 'mokutil'
pkgname=mokutil
version=0.6.0
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="autoconf automake pkg-config"
makedepends="keyutils-devel libefivar-devel openssl-devel"