summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-10-28 08:45:58 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-10-28 08:46:24 +0000
commit207131ff8814e421dbf33021d4c9c229ce90e2d8 (patch)
tree3a2f68d14b391aabda7a883e14c17dad2323c976 /testing
parent35eab988b694af0b7269e32cd840002e3229354c (diff)
downloadaports-207131ff8814e421dbf33021d4c9c229ce90e2d8.tar.bz2
aports-207131ff8814e421dbf33021d4c9c229ce90e2d8.tar.xz
testing/exim: do not build parallel
Diffstat (limited to 'testing')
-rw-r--r--testing/exim/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/exim/APKBUILD b/testing/exim/APKBUILD
index 12e8b55e7..6a5879abc 100644
--- a/testing/exim/APKBUILD
+++ b/testing/exim/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jesse Young <jlyo@jlyo.org>
pkgname=exim
pkgver=4.77
-pkgrel=0
+pkgrel=1
pkgdesc="A Message Transfer Agent"
url="http://www.exim.org/"
arch="all"
@@ -32,6 +32,8 @@ prepare() {
build() {
cd "$_builddir"
+ # do not build parallel
+ export MAKEFLAGS=-j1
make makefile
make || {
cd build-Linux-*