summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-26 10:43:52 +0200
committerErich Eckner <git@eckner.net>2018-06-26 10:43:52 +0200
commitc4b9416b9ccf1ab78184a8c6647e4d4256325e18 (patch)
treebcd7a65a70ee841b1219e0d24f1546590a8d06a9
parent12900a310c46a9d70727bd3c0a575ba9234a75f2 (diff)
downloadpackages-c4b9416b9ccf1ab78184a8c6647e4d4256325e18.tar.xz
community/consul: patch was removed upstream
-rw-r--r--community/consul/PKGBUILD6
-rw-r--r--community/consul/force-pie-build.patch11
2 files changed, 0 insertions, 17 deletions
diff --git a/community/consul/PKGBUILD b/community/consul/PKGBUILD
deleted file mode 100644
index 2b554253..00000000
--- a/community/consul/PKGBUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-for ((i=0; i<${#source[@]}; i++)); do
- if [ "${sha512sums[${i}]}" = '2c7323b889e9a040f8e2732aa192fbef87bb5eb81072a06a48f536cbdd93d7d219ea17b61e89dfebf915e85861cbb60dd889cb03a14e0a8197b081595e2a2783' ]; then
- break
- fi
-done
-sha512sums[${i}]='9c74086d013b97f57609eec5bab6d6c57cb3958cc993daebe702afa95a5f3db6efa7d6f391cb118c7a8685af4442ac0aca0150003751a2e55df91eee8bee9968'
diff --git a/community/consul/force-pie-build.patch b/community/consul/force-pie-build.patch
deleted file mode 100644
index 81fcad92..00000000
--- a/community/consul/force-pie-build.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/GNUmakefile 2018-05-22 13:25:37.236071564 +0200
-+++ b/GNUmakefile 2018-05-22 13:26:44.852192711 +0200
-@@ -58,7 +58,7 @@
- # linux builds a linux package independent of the source platform
- linux:
- mkdir -p pkg/linux_amd64/
-- GOOS=linux GOARCH=amd64 go build -ldflags '$(GOLDFLAGS)' -tags '$(GOTAGS)' -o pkg/linux_amd64/consul
-+ GOOS=linux GOARCH=386 go build -buildmode=pie -ldflags '$(GOLDFLAGS)' -tags '$(GOTAGS)' -o pkg/linux_amd64/consul
-
- # dist builds binaries for all platforms and packages them for distribution
- dist: