aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/mbuffer/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/mbuffer/APKBUILD b/testing/mbuffer/APKBUILD
index b8fba08d96..003f471918 100644
--- a/testing/mbuffer/APKBUILD
+++ b/testing/mbuffer/APKBUILD
@@ -12,6 +12,7 @@ makedepends="linux-headers libressl-dev"
install=""
subpackages="$pkgname-doc"
source="http://www.maier-komor.de/software/mbuffer/mbuffer-$pkgver.tgz"
+options="!checkroot"
builddir="$srcdir"/mbuffer-$pkgver
@@ -26,7 +27,7 @@ build() {
check() {
cd "$builddir"
- make check TESTTREE="$builddir"/*
+ make -j1 check TESTTREE="$builddir"/*
}
package() {