aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-04-14 20:38:48 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-04-14 20:38:48 +0200
commita48f6ccde452747ed4b568b171a721ed91a8dcb8 (patch)
tree62cabc491403133507b9b19be3e0f9a29cf63f56
parentd466dae2f813ab2125d3de16e00f4c72020d2893 (diff)
downloadaports-a48f6ccde452747ed4b568b171a721ed91a8dcb8.tar.bz2
aports-a48f6ccde452747ed4b568b171a721ed91a8dcb8.tar.xz
community/go: remove comment regarding grsec
We don't use grsec anymore.
-rw-r--r--community/go/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD
index e4305b4c1e..bf6c5ff088 100644
--- a/community/go/APKBUILD
+++ b/community/go/APKBUILD
@@ -39,9 +39,6 @@ esac
# 1.9.4-r0:
# - CVE-2018-6574
-# NOTE: building go for x86 with grsec kernel requires:
-# sysctl -w kernel.modify_ldt=1
-
if [ "$CBUILD" = "$CTARGET" ]; then
makedepends="go-bootstrap $makedepends"
provides="go-bootstrap=$pkgver-r$pkgrel"