14 lines
448 B
Diff
14 lines
448 B
Diff
|
Index: shim-0.9/Makefile
|
||
|
===================================================================
|
||
|
--- shim-0.9.orig/Makefile
|
||
|
+++ shim-0.9/Makefile
|
||
|
@@ -53,7 +53,7 @@ ifeq ($(ARCH),ia32)
|
||
|
"-DDEBUGDIR=L\"/usr/lib/debug/usr/share/shim/ia32-$(VERSION)$(RELEASE)/\""
|
||
|
endif
|
||
|
ifeq ($(ARCH),aarch64)
|
||
|
- CFLAGS += "-DEFI_ARCH=L\"aa64\""
|
||
|
+ CFLAGS += "-DEFI_ARCH=L\"aa64\"" \
|
||
|
"-DDEBUGDIR=L\"/usr/lib/debug/usr/share/shim/aa64-$(VERSION)$(RELEASE)/\""
|
||
|
endif
|
||
|
|