From 344d838c3868eb352837c54a6233dedbe0e07e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Andrea=20Illanes=20Albornoz?= Date: Mon, 20 Mar 2023 07:15:05 +0100 Subject: patches/sbsigntools_pre.local.patch: updated. --- patches/sbsigntools_pre.local.patch | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'patches/sbsigntools_pre.local.patch') diff --git a/patches/sbsigntools_pre.local.patch b/patches/sbsigntools_pre.local.patch index 4fb79276..cda74a55 100644 --- a/patches/sbsigntools_pre.local.patch +++ b/patches/sbsigntools_pre.local.patch @@ -1,13 +1,12 @@ -diff -ru sbsigntools-0.9.3.orig/configure.ac sbsigntools/configure.ac ---- sbsigntools-0.9.3.orig/configure.ac 2020-01-09 18:33:38.000000000 +0100 -+++ sbsigntools/configure.ac 2020-05-02 22:04:59.758305183 +0200 -@@ -63,32 +63,6 @@ +--- sbsigntools-master/configure.ac.orig 2023-03-20 07:11:16.967711226 +0100 ++++ sbsigntools-master/configure.ac 2023-03-20 07:13:01.314687693 +0100 +@@ -66,32 +66,6 @@ [], AC_MSG_ERROR([libuuid (from the uuid package) is required])) -dnl gnu-efi headers require extra include dirs -EFI_ARCH=$(uname -m | sed 's/i.86/ia32/;s/arm.*/arm/') --AM_CONDITIONAL(TEST_BINARY_FORMAT, [ test "$EFI_ARCH" = "arm" -o "$EFI_ARCH" = "aarch64" ]) +-AM_CONDITIONAL(TEST_BINARY_FORMAT, [ test "$EFI_ARCH" = "arm" -o "$EFI_ARCH" = "aarch64" -o "$EFI_ARCH" = riscv64 ]) - -## -# no consistent view of where gnu-efi should dump the efi stuff, so find it -- cgit v1.2.3