diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-02-14 03:33:17 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-14 03:33:17 +0000 |
commit | 498d4de2545ce405010d14a88f9f360a48968ad3 (patch) | |
tree | f0c114a235460531ebe64f98279170ec311e9867 /testing | |
parent | 06b1ad7230579cca99c76bf45618ab4b4fb57443 (diff) | |
download | aports-498d4de2545ce405010d14a88f9f360a48968ad3.tar.bz2 aports-498d4de2545ce405010d14a88f9f360a48968ad3.tar.xz |
testing/libucontext: tests fail on x86 grsecurity for some reason
seems to hate the LD_LIBRARY_PATH stuff
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libucontext/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/libucontext/APKBUILD b/testing/libucontext/APKBUILD index 0be415dc98..ce2e555929 100644 --- a/testing/libucontext/APKBUILD +++ b/testing/libucontext/APKBUILD @@ -13,6 +13,9 @@ source="https://distfiles.dereferenced.org/libucontext/libucontext-$pkgver.tar.x 0001-build-use-absolute-path-for-LD_LIBRARY_PATH-when-tes.patch" builddir="$srcdir/libucontext-$pkgver" +# grsecurity doesn't like the LD_LIBRARY_PATH thing for some reason it seems +[ "$CTARGET_ARCH" = "x86" ] && options="!check" + case "$CTARGET_ARCH" in ppc64le) LIBUCONTEXT_ARCH="ppc64" ;; *) LIBUCONTEXT_ARCH="$CTARGET_ARCH" ;; |