git » go-1.20.git » commit 4dbf10a

upgpkg: 1:r60.3-2

author Vesa Kaihlavirta
2011-11-21 18:27:42 UTC
committer Vesa Kaihlavirta
2011-11-21 18:27:42 UTC
parent 1701b28c66c9a9ee97ecb9684c755bca7524419a

upgpkg: 1:r60.3-2

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"