From 3577f71b29498ac9f79b55df48d73a464bf5101c Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 11 Jun 2020 18:31:09 -0400 Subject: [PATCH] Rebuild to test pesign-113-2.fc33 client Signed-off-by: Peter Jones --- 0001-Fix-gnu-efi-include-path.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0001-Fix-gnu-efi-include-path.patch b/0001-Fix-gnu-efi-include-path.patch index 793cedc..182d47a 100644 --- a/0001-Fix-gnu-efi-include-path.patch +++ b/0001-Fix-gnu-efi-include-path.patch @@ -43,7 +43,7 @@ index 93b1ffd7ac6..f5023de7a9f 100644 $(CC) $(CCLDFLAGS) -o $@ $^ -lefi -lgnuefi \ $(shell $(CC) -print-libgcc-file-name) \ - -T $(GNUEFIDIR)/elf_$(ARCH)_efi.lds -+ -T $(GNUEFIDIR)/elf_$(ARCH_SUFFIX)_efi.lds ++ -T $(GNUEFIDIR)/$(ARCH_SUFFIX)/efi.lds %.o : %.c $(CC) $(BUILDFLAGS) -c -o $@ $^