aboutsummaryrefslogtreecommitdiffstats
path: root/main/go/default-sc-getpw-r-size-max.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/go: moved from mainEivind Uggedal2015-09-301-57/+0
|
* main/go: re-add removed patches during 1.5 upgradeEivind Uggedal2015-09-151-0/+57
| | | | | | | | | | | | | no-pic: This is needed for building go executables on Alpine which uses the external linker (cgo). Examples from our tree include docker, consul and gogs. Go does not support compiling PIC executables. Since the gcc specs used by Alpine enables PIC by default it has to be disabled. Without disabling PIC the executable gets a ton of erroneous textrels which results in a segfault when musl tries to resolve them. _SC_GETPW_R_SIZE_MAX: since musl defines this to -1 we have to provide a default value. Use a more recent patch from upstream which will be available in Go 1.6.
* main/go: upgrade to 1.5Sören Tempel2015-08-281-15/+0
| | | | | This might still need some further testing, especially cgo wasn't tested to extensively by me.
* main/go: upgrade to 1.4.2Natanael Copa2015-04-011-2/+2
|
* main/go: moved from testingNatanael Copa2014-04-151-0/+15