forked from Lainports/opnsense-ports
10 lines
306 B
Text
10 lines
306 B
Text
--- lib/Makefile.orig 2014-11-30 20:34:06.000000000 +0100
|
|
+++ lib/Makefile 2014-11-30 20:34:20.000000000 +0100
|
|
@@ -1,3 +1,7 @@
|
|
+ifeq ($(ARCH),amd64)
|
|
+ override ARCH = x86_64
|
|
+endif
|
|
+
|
|
TARGET = lib.a
|
|
|
|
LIBFILES = simple_file.o guid.o console.o execute.o configtable.o shell.o variables.o security_policy.o
|