aboutsummaryrefslogtreecommitdiffstats
path: root/community/go/default-buildmode-pie.patch
Commit message (Collapse)AuthorAgeFilesLines
* Revert "community/go: Fix the `cannot find runtime/cgo`-warning"Natanael Copa2018-11-221-16/+5
| | | | | | | This change broke building of various packages, like docker and gomplate. This reverts commit 9686793792a2c40a872ebbb2b86fa537f22491ad.
* community/go: Fix the `cannot find runtime/cgo`-warningSören Tempel2018-10-071-5/+16
| | | | | | | | | | | | | | This warning seems to be emitted since we build with `-shared` for PIE by default through our `default-buildmode-pie.patch`. Building with shared linkage requires depending on CGO. The patch, however, doesn't force a dependency on CGO. As with android we need to force external linkage in order to always depend on CGO thereby resolving this warning. I am unsure whether this is really the best way to fix the problem since I don't know enough about the internals of the go compiler. However, I am under the impression that the person who originally committed the patch isn't familiar with the compiler internals either. Thus it's probably ok to push this as is.
* community/go: upgrade to 1.10Natanael Copa2018-02-281-6/+7
|
* community/go: upgrade to 1.9Sören Tempel2017-08-291-6/+7
| | | | | | | | | Also remove cover: > For Go releases 1.5 and later, this tool lives in the standard repository. The code here is not maintained. See: https://godoc.org/golang.org/x/tools/cmd/cover
* community/go: default buildmode=pie on s390xTuan M. Hoang2017-06-091-1/+1
|
* community/go: default buildmode=pieTimo Teräs2016-07-071-0/+12