forked from Lainports/opnsense-ports
13 lines
312 B
Text
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
|