PKGBUILDs/community/consul/0001-fix-ARM-build.patch

26 lines
735 B
Diff
Raw Normal View History

2019-06-29 20:32:55 +00:00
From ec190de75ad612a93561d65a11168a544d334bac 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
2019-06-29 20:32:55 +00:00
index bee271760..7786ac50f 100644
2018-05-24 02:06:16 +00:00
--- a/GNUmakefile
+++ b/GNUmakefile
2019-06-29 20:32:55 +00:00
@@ -137,7 +137,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:
--
2019-06-29 20:32:55 +00:00
2.21.0
2018-05-24 02:06:16 +00:00