diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-03-20 07:15:05 +0100 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-03-20 07:15:05 +0100 |
commit | 344d838c3868eb352837c54a6233dedbe0e07e73 (patch) | |
tree | 04b44eff26128900d349c771029f0e78e06ca06e /patches | |
parent | 3294d1089e042c26aef2b2d33d67281410fc18a5 (diff) | |
download | midipix_build-344d838c3868eb352837c54a6233dedbe0e07e73.tar.bz2 midipix_build-344d838c3868eb352837c54a6233dedbe0e07e73.tar.xz |
patches/sbsigntools_pre.local.patch: updated.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/sbsigntools_pre.local.patch | 9 |
1 files changed, 4 insertions, 5 deletions
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 |