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

13 lines
312 B
Text

--- lib/Makefile.orig 2015-06-30 18:20:12 UTC
+++ lib/Makefile
@@ -1,3 +1,10 @@
+ifeq ($(ARCH),amd64)
+ override ARCH = x86_64
+endif
+ifeq ($(ARCH),i386)
+ override ARCH = ia32
+endif
+
TARGET = lib.a
LIBFILES = simple_file.o guid.o console.o execute.o configtable.o shell.o variables.o security_policy.o