f7b3e9f399
- Update to 15+git47 (bsc#1120026, FATE#325971) - Retire the old openSUSE 4096 bit certificate OBS-URL: https://build.opensuse.org/request/show/660225 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/shim?expand=0&rev=144
27 lines
902 B
Diff
27 lines
902 B
Diff
From e766e3943fa8513c1afe01e69e8aa6ec14067028 Mon Sep 17 00:00:00 2001
|
|
From: Gary Lin <glin@suse.com>
|
|
Date: Thu, 4 Jan 2018 12:28:37 +0800
|
|
Subject: [PATCH] Use our own debug path
|
|
|
|
Signed-off-by: Gary Lin <glin@suse.com>
|
|
---
|
|
Make.defaults | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Make.defaults b/Make.defaults
|
|
index bbfc1d7..1cec0e1 100644
|
|
--- a/Make.defaults
|
|
+++ b/Make.defaults
|
|
@@ -119,7 +119,7 @@ SHIMHASHNAME = $(SHIMSTEM).hash
|
|
BOOTEFINAME ?= BOOT$(ARCH_SUFFIX_UPPER).EFI
|
|
BOOTCSVNAME ?= BOOT$(ARCH_SUFFIX_UPPER).CSV
|
|
|
|
-CFLAGS += "-DEFI_ARCH=L\"$(ARCH_SUFFIX)\"" "-DDEBUGDIR=L\"/usr/lib/debug/usr/share/shim/$(ARCH_SUFFIX)-$(VERSION)$(DASHRELEASE)/\""
|
|
+CFLAGS += "-DEFI_ARCH=L\"$(ARCH_SUFFIX)\"" "-DDEBUGDIR=L\"/usr/lib/debug/usr/lib64/efi/shim.debug\""
|
|
|
|
ifneq ($(origin VENDOR_CERT_FILE), undefined)
|
|
CFLAGS += -DVENDOR_CERT_FILE=\"$(VENDOR_CERT_FILE)\"
|
|
--
|
|
2.19.2
|
|
|