mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/go fix
This commit is contained in:
parent
ae0c424e77
commit
e153c3658d
1 changed files with 0 additions and 7 deletions
|
@ -12,8 +12,6 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - added switches for our architectures
|
||||
# - cherry-pick upstream commit to fix multiple definition linker error
|
||||
# https://github.com/golang/go/issues/9510
|
||||
|
||||
pkgname=('go' 'go-tools')
|
||||
epoch=2
|
||||
|
@ -28,11 +26,6 @@ source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgve
|
|||
md5sums=('SKIP')
|
||||
_gourl=golang.org/x/tools/cmd
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver/src"
|
||||
git cherry-pick -n 754f707f5f6b870892b78814bac4f90086312039
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver/src"
|
||||
|
||||
|
|
Loading…
Reference in a new issue