Skip to content

Commit

Permalink
efitools: fix make build dep rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ddstreetmicrosoft committed Jun 14, 2024
1 parent 5f6bb32 commit c7d2d8b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions SPECS/efitools/efitools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ URL: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.gi
Source0: %{url}/snapshot/%{name}-%{version}.tar.gz
Patch1: efitools-c99-1.patch
Patch2: efitools-c99-2.patch
Patch3: fix_make_dep.patch

# same as gnu-efi
ExclusiveArch: x86_64
Expand Down
12 changes: 12 additions & 0 deletions SPECS/efitools/fix_make_dep.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff -urpN efitools-1.9.2/Make.rules b/Make.rules
--- efitools-1.9.2/Make.rules 2019-01-08 17:13:13.000000000 -0500
+++ b/Make.rules 2024-06-14 12:07:24.222089038 -0400
@@ -71,7 +71,7 @@ endif
%.hash: %.efi hash-to-efi-sig-list
./hash-to-efi-sig-list $< $@

-%-blacklist.esl: %.crt cert-to-efi-hash-list
+%-blacklist.esl: %.crt cert-to-efi-sig-list
./cert-to-efi-sig-list $< $@

%-hash-blacklist.esl: %.crt cert-to-efi-hash-list

0 comments on commit c7d2d8b

Please sign in to comment.