diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-02 00:13:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-02 00:13:22 +0200 |
commit | 64694819df952fd6b75fbcb5f4935fc933308f4b (patch) | |
tree | 075fca3f3d97c3fd655f779ee7f45167f1054d82 /package | |
parent | b9512d1774d2340888036c89d5ff7fc4a575cf1f (diff) |
parallel build does not work for this package
Diffstat (limited to 'package')
-rw-r--r-- | package/cyrus-sasl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/cyrus-sasl/Makefile b/package/cyrus-sasl/Makefile index 54dfc4195..d9724f2fc 100644 --- a/package/cyrus-sasl/Makefile +++ b/package/cyrus-sasl/Makefile @@ -14,6 +14,8 @@ PKG_BUILDDEP+= openssl PKG_URL:= http://asg.web.cmu.edu/sasl PKG_SITES:= http://ftp.andrew.cmu.edu/pub/cyrus-mail/ +PKG_NOPARALLEL:= 1 + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBSASL2,libsasl2,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |