diff options
| -rw-r--r-- | main/go-bootstrap/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/go-bootstrap/APKBUILD b/main/go-bootstrap/APKBUILD index eadad50f0f..fc9d202da1 100644 --- a/main/go-bootstrap/APKBUILD +++ b/main/go-bootstrap/APKBUILD @@ -7,7 +7,7 @@ pkgver=1.4.2 pkgrel=1 pkgdesc="Go programming language compiler used for bootstraping" url="http://www.golang.org/" -arch="x86_64 armhf" +arch="all" license="BSD" depends="" depends_dev="" @@ -24,6 +24,9 @@ source=" default-sc-getpw-r-size-max.patch " +# NOTE: building go-bootstrap for x86 with grsec kernel requires: +# sysctl -w kernel.modify_ldt=1 + _builddir="$srcdir"/$_realname prepare() { cd "$_builddir" |
