Browse Source

parallel build does not work for this package

Waldemar Brodkorb 14 years ago
parent
commit
64694819df
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/cyrus-sasl/Makefile

+ 2 - 0
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}))