summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2011-11-10 17:50:00 +0100
committerThomas Penteker <tek@serverop.de>2011-11-10 17:50:00 +0100
commit391f018166e6193e7002aea7ee3971a67a76d030 (patch)
treea7a3025c052aa0fa838ca57ef514bd779763bfa4
parentaa49a1c77bf5659c971b1eb5c64940ef07d63069 (diff)
downloadopt-391f018166e6193e7002aea7ee3971a67a76d030.tar.gz
opt-391f018166e6193e7002aea7ee3971a67a76d030.tar.xz
cyrus-sasl: add -j1 to fix occasional build problems
-rw-r--r--cyrus-sasl/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyrus-sasl/Pkgfile b/cyrus-sasl/Pkgfile
index 56095a4c3..4836ce6d2 100644
--- a/cyrus-sasl/Pkgfile
+++ b/cyrus-sasl/Pkgfile
@@ -28,7 +28,7 @@ build(){
--enable-shared \
--mandir=/usr/man
- make
+ make -j1
make DESTDIR=$PKG install
mkdir -p \

Generated by cgit