aboutsummaryrefslogtreecommitdiffstats
path: root/community/go
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-03-20 16:39:58 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-04 12:04:20 +0000
commit95bfde056842611c3604387c178c36d27833b574 (patch)
treea44fafe2bdefede6f83f45de503b8e046f429744 /community/go
parent263ca65d85827d3a51f148e95c163e9426c6ecab (diff)
community/go: add comment to set-external-linker.patch
Diffstat (limited to 'community/go')
-rw-r--r--community/go/APKBUILD2
-rw-r--r--community/go/set-external-linker.patch2
2 files changed, 3 insertions, 1 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD
index 04cc05927da..a14ec4263a4 100644
--- a/community/go/APKBUILD
+++ b/community/go/APKBUILD
@@ -159,4 +159,4 @@ tools() {
sha512sums="2758b7924b4b8cffc30b56fbf039b8e23d1a3c42506ed4997bd64531ba742e2c60e95d1fa70cae2ccda45d1959fadccfd2404af87d962530e4b1d3556c4aaf43 go1.11.src.tar.gz
3b0bf5d4dc60bae92b04b9be9d193a36a35d4abbfce39480a02066ad5557f7529a088b233395c82727e2ebc312aff2fd5e3c9f00cca491e2a8db48e5c31657a4 go-tools-1.11-e9928cbe4ab476eebf6ff177f77b344773acfa9b.tar.gz
a8f3afd97992f03ccf2680cde214eefccac47daeb9eeb689b5e0b206ea3c19cfb23d448a4eb532894d830d4b91cd97b249e88f04c17feba02d9e243b40243bd0 default-buildmode-pie.patch
-6abfdd8521b61ce1e823465f9b950a75dc235d7d58cc4c641c4e7830f7da28b8c57be53aef85641ff79bc95d7bd47bb0796659309d9d8e7907e29df520b150b0 set-external-linker.patch"
+faf8de430df185842902322f064254f3e9ecee0884b3075b5550c85da15ff61ea6c2bb8d0fb7cf3887abc0e40974bd73ee8f8c14da7f914dde7e9220177c4e2a set-external-linker.patch"
diff --git a/community/go/set-external-linker.patch b/community/go/set-external-linker.patch
index ac3cc19971f..a17fd19f878 100644
--- a/community/go/set-external-linker.patch
+++ b/community/go/set-external-linker.patch
@@ -1,3 +1,5 @@
+This patch is intended to fix https://github.com/golang/go/issues/18243
+
diff --git a/src/cmd/link/internal/amd64/obj.go b/src/cmd/link/internal/amd64/obj.go
index 87e8091..4470e05 100644
--- a/src/cmd/link/internal/amd64/obj.go