aboutsummaryrefslogtreecommitdiffstats
path: root/main/diffutils
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-02-07 05:38:01 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-02-07 05:38:01 +0000
commitd0491f5e70420267c4761f5b905ff9d165ac08ef (patch)
treea741d6d4b4d33724bc6819933c107f61f21b190e /main/diffutils
parent486f1eb8f9d8e68695f03225b12f194bc6d65e2a (diff)
downloadaports-d0491f5e70420267c4761f5b905ff9d165ac08ef.tar.bz2
aports-d0491f5e70420267c4761f5b905ff9d165ac08ef.tar.xz
main/diffutils: disable tests
Diffstat (limited to 'main/diffutils')
-rw-r--r--main/diffutils/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/diffutils/APKBUILD b/main/diffutils/APKBUILD
index 0ee18c75c2..db7d74088b 100644
--- a/main/diffutils/APKBUILD
+++ b/main/diffutils/APKBUILD
@@ -11,7 +11,7 @@ source="http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz
disable-mbrtowc-test.patch
"
builddir=$srcdir/$pkgname-$pkgver
-checkdepends="coreutils"
+options="!check" # fails on hardened kernels
prepare() {
cd "$builddir"