2018-06-26 12:47:02 +00:00
|
|
|
From ea2da7ffd718d4b9d8448fdac97ea5b387ab72d9 Mon Sep 17 00:00:00 2001
|
2018-05-24 02:06:16 +00:00
|
|
|
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
2018-06-26 12:47:02 +00:00
|
|
|
Date: Tue, 26 Jun 2018 06:43:01 -0600
|
2018-05-24 02:06:16 +00:00
|
|
|
Subject: [PATCH] fix ARM build
|
|
|
|
|
|
|
|
---
|
2018-06-26 12:47:02 +00:00
|
|
|
GNUmakefile | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
2018-05-24 02:06:16 +00:00
|
|
|
|
|
|
|
diff --git a/GNUmakefile b/GNUmakefile
|
2018-06-26 12:47:02 +00:00
|
|
|
index 1a89de16..e4e1d97d 100644
|
2018-05-24 02:06:16 +00:00
|
|
|
--- a/GNUmakefile
|
|
|
|
+++ b/GNUmakefile
|
2018-06-26 12:47:02 +00:00
|
|
|
@@ -119,7 +119,7 @@ changelogfmt:
|
2018-05-24 02:06:16 +00:00
|
|
|
|
|
|
|
# linux builds a linux package independent of the source platform
|
|
|
|
linux:
|
2018-06-26 12:47:02 +00:00
|
|
|
- @$(SHELL) $(CURDIR)/build-support/scripts/build-local.sh -o linux -a amd64
|
|
|
|
+ @$(SHELL) $(CURDIR)/build-support/scripts/build-local.sh -o linux -a $(GOARCH)
|
2018-05-24 02:06:16 +00:00
|
|
|
|
|
|
|
# dist builds binaries for all platforms and packages them for distribution
|
|
|
|
dist:
|
|
|
|
--
|
2018-06-26 12:47:02 +00:00
|
|
|
2.17.1
|
2018-05-24 02:06:16 +00:00
|
|
|
|