From b125b510c30aef462e05e4ce7ab3e271ba3e3051 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Tue, 17 May 2011 19:55:12 +0000 Subject: testing/clapf: disable parallel build --- testing/clapf/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/clapf/APKBUILD b/testing/clapf/APKBUILD index 508119283..5982961cd 100644 --- a/testing/clapf/APKBUILD +++ b/testing/clapf/APKBUILD @@ -3,7 +3,7 @@ pkgname=clapf pkgver=0.4.6_rc3 _realver=0.4.6-rc3 -pkgrel=0 +pkgrel=1 pkgdesc="clapf is an open source email content filter application" url="http://clapf.acts.hu" arch="all" @@ -49,7 +49,7 @@ build() { --enable-policy \ --enable-whitelist \ --with-clapf-user=clapf - make || return 1 + make -j1 || return 1 } package() { -- cgit v1.2.3