summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/efitools/files/1.8.1-respect-ar.patch')
-rw-r--r--app-crypt/efitools/files/1.8.1-respect-ar.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-crypt/efitools/files/1.8.1-respect-ar.patch b/app-crypt/efitools/files/1.8.1-respect-ar.patch
deleted file mode 100644
index 36e6620119f3..000000000000
--- a/app-crypt/efitools/files/1.8.1-respect-ar.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 81503d7a43b99c036758d05c1794502c09189fa4 Mon Sep 17 00:00:00 2001
-From: Matthias Maier <tamiko@43-1.org>
-Date: Tue, 5 Oct 2021 22:27:52 -0500
-Subject: [PATCH] Do not use ar directly
-
----
- Make.rules | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Make.rules b/Make.rules
-index e46d407..767070d 100644
---- a/Make.rules
-+++ b/Make.rules
-@@ -129,7 +129,7 @@ getvar = $(shell if [ "$(1)" = "PK" -o "$(1)" = "KEK" ]; then echo $(1); else ec
- # sbsign --key KEK.key --cert KEK.crt --output $@ $<
-
- %.a:
-- ar rcv $@ $^
-+ $(AR) rcv $@ $^
-
- doc/%.1: doc/%.1.in %
- $(HELP2MAN) --no-info -i $< -o $@ ./$*
---
-2.32.0
-