opnsense-ports/sysutils/shim/files/patch-Cryptlib-Makefile
Franco Fichtner a3a880308e */*: sync with upstream
Taken from: HardenedBSD
2018-12-20 07:12:20 +01:00

12 lines
294 B
Text

--- Cryptlib/Makefile.orig 2015-06-30 18:20:12 UTC
+++ Cryptlib/Makefile
@@ -1,3 +1,9 @@
+ifeq ($(ARCH),amd64)
+ override ARCH = x86_64
+endif
+ifeq ($(ARCH),i386)
+ override ARCH = ia32
+endif
EFI_INCLUDES = -IInclude -I$(EFI_INCLUDE) -I$(EFI_INCLUDE)/$(ARCH) -I$(EFI_INCLUDE)/protocol