extra/go: fix

This commit is contained in:
Kevin Mihelich 2017-04-09 01:31:08 +00:00
parent 3c74e9da87
commit 0badd02a92

View file

@ -3,7 +3,6 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - added switches for our architectures
# - upstream patch for AArch64
pkgname=go
epoch=2
@ -31,13 +30,6 @@ esac
export GOROOT_FINAL=/usr/lib/go
export GOROOT_BOOTSTRAP=/usr/lib/go
prepare() {
cd $pkgname
# upstream patch for AArch64
git cherry-pick -n 3557d546090c7fedd69562c88d20767397de835d
}
build() {
export GOROOT="$srcdir/$pkgname"
export GOBIN="$GOROOT/bin"