diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-02-14 03:40:19 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-14 03:40:19 +0000 |
commit | d6935d31449c3f406a1232a8428aa75af77c777f (patch) | |
tree | 6c71142f0c61aea82d9f5a7ff09f7fca61d3e56d | |
parent | 304fa238dc482489954c4107c5b8413bc2a7740d (diff) | |
download | aports-d6935d31449c3f406a1232a8428aa75af77c777f.tar.bz2 aports-d6935d31449c3f406a1232a8428aa75af77c777f.tar.xz |
testing/libucontext: disable on x86 32-bit for now due to grsecurity problem
-rw-r--r-- | testing/libucontext/APKBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/testing/libucontext/APKBUILD b/testing/libucontext/APKBUILD index aab524d79f..fe44511c32 100644 --- a/testing/libucontext/APKBUILD +++ b/testing/libucontext/APKBUILD @@ -4,7 +4,11 @@ pkgver=0.1.0 pkgrel=0 pkgdesc="ucontext function implementations" url="http://github.com/kaniini/libucontext" -arch="all !s390x" + +# not available on s390x. +# tests fail on x86 grsecurity for some reason, will be fixed in 0.2.0 +arch="all !x86 !s390x" + license="ISC" depends="" install="" |