author | Vesa Kaihlavirta
<vesa@archlinux.org> 2011-11-21 18:27:42 UTC |
committer | Vesa Kaihlavirta
<vesa@archlinux.org> 2011-11-21 18:27:42 UTC |
parent | 1701b28c66c9a9ee97ecb9684c755bca7524419a |
PKGBUILD | +1 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 14e008a..54ad568 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=go pkgver=r60.3 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc='Google Go compiler and tools (release version)' arch=('i686' 'x86_64') @@ -44,7 +44,6 @@ build() { export GOOS=linux export GOBIN="$GOROOT/bin" export PATH="$GOBIN:$PATH" - export CGO_ENABLED=0 # disable building net against libc, not needed on arch linux(?) mkdir -p "$GOROOT/bin" cd "$GOROOT/src"