diff options
author | Thomas Penteker <tek@serverop.de> | 2011-11-10 17:50:00 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2011-11-10 17:50:00 +0100 |
commit | 391f018166e6193e7002aea7ee3971a67a76d030 (patch) | |
tree | a7a3025c052aa0fa838ca57ef514bd779763bfa4 | |
parent | aa49a1c77bf5659c971b1eb5c64940ef07d63069 (diff) | |
download | opt-391f018166e6193e7002aea7ee3971a67a76d030.tar.gz opt-391f018166e6193e7002aea7ee3971a67a76d030.tar.xz |
cyrus-sasl: add -j1 to fix occasional build problems
-rw-r--r-- | cyrus-sasl/Pkgfile | 2 |
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 \ |