From 845f0fcb66ff22027e8921723406c1f4f3583207 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 11 Jun 2020 18:23:16 -0400 Subject: [PATCH] Rebuild to test pesign-113-2.fc33 client Signed-off-by: Peter Jones --- 0001-Fix-gnu-efi-include-path.patch | 5 +++-- pesign-test-app.spec | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/0001-Fix-gnu-efi-include-path.patch b/0001-Fix-gnu-efi-include-path.patch index 0823b23..793cedc 100644 --- a/0001-Fix-gnu-efi-include-path.patch +++ b/0001-Fix-gnu-efi-include-path.patch @@ -30,10 +30,11 @@ index 93b1ffd7ac6..f5023de7a9f 100644 -I/usr/include/efi/protocol CCLDFLAGS ?= -nostdlib -Wl,--warn-common \ -Wl,--no-undefined -Wl,--fatal-warnings \ - -Wl,-shared -Wl,-Bsymbolic -L$(LIBDIR) -L$(GNUEFIDIR) \ +- -Wl,-shared -Wl,-Bsymbolic -L$(LIBDIR) -L$(GNUEFIDIR) \ ++ -Wl,-shared -Wl,-Bsymbolic -L$(LIBDIR) -L$(GNUEFIDIR)/$(ARCH_SUFFIX) \ -Wl,--build-id=sha1 -Wl,--hash-style=sysv \ - $(GNUEFIDIR)/crt0-efi-$(ARCH).o -+ $(GNUEFIDIR)/crt0-efi-$(ARCH_SUFFIX).o ++ $(GNUEFIDIR)/$(ARCH_SUFFIX)/crt0.o LD = ld OBJCOPY = objcopy OBJCOPY_GTE224 = $(shell expr `$(OBJCOPY) --version |grep ^"GNU objcopy" | sed 's/^.* //g' | cut -f1-2 -d.` \>= 2.24) diff --git a/pesign-test-app.spec b/pesign-test-app.spec index 50a46d7..1a6589d 100644 --- a/pesign-test-app.spec +++ b/pesign-test-app.spec @@ -8,7 +8,6 @@ BuildRequires: gcc BuildRequires: acl BuildRequires: git BuildRequires: gnu-efi -BuildRequires: gnu-efi-compat BuildRequires: gnu-efi-devel BuildRequires: pesign >= 0.104-1 ExclusiveArch: i686 x86_64 ia64 aarch64