e7ea1a4caa
- Add shim-arch-independent-names.patch to use the Arch-independent names. (bsc#1054712) - Refresh shim-change-debug-file-path.patch - Disable shim-opensuse-cert-prompt.patch automatically in SLE - Diable AArch64 until we have a real user and aarch64 signature OBS-URL: https://build.opensuse.org/request/show/518042 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/shim?expand=0&rev=130
24 lines
822 B
Diff
24 lines
822 B
Diff
From a2b1ceac7093798d770cf50c8a2a78f7051c7be9 Mon Sep 17 00:00:00 2001
|
|
From: Gary Ching-Pang Lin <glin@suse.com>
|
|
Date: Wed, 15 Jul 2015 18:15:40 +0800
|
|
Subject: [PATCH] Change the debug file path
|
|
|
|
Signed-off-by: Gary Ching-Pang Lin <glin@suse.com>
|
|
---
|
|
Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: shim-12/Makefile
|
|
===================================================================
|
|
--- shim-12.orig/Makefile
|
|
+++ shim-12/Makefile
|
|
@@ -50,7 +50,7 @@ ifeq ($(ARCH),x86_64)
|
|
-DEFI_FUNCTION_WRAPPER -DGNU_EFI_USE_MS_ABI \
|
|
-DNO_BUILTIN_VA_FUNCS \
|
|
-DMDE_CPU_X64 "-DEFI_ARCH=L\"x64\"" -DPAGE_SIZE=4096 \
|
|
- "-DDEBUGDIR=L\"/usr/lib/debug/usr/share/shim/x64-$(VERSION)$(RELEASE)/\""
|
|
+ "-DDEBUGDIR=L\"/usr/lib/debug/usr/lib64/efi/shim.debug\""
|
|
EFI_PATH:=/usr/lib64/gnuefi
|
|
LIB_PATH:=/usr/lib64
|
|
|