Mark as not multiple jobs safe. This fixes random build errors on my
dual core NetBSD/amd64 5.1_STABLE system.
This commit is contained in:
parent
1f8d6d58ff
commit
10c8251550
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.16 2011/09/17 11:32:02 obache Exp $
|
||||
# $NetBSD: Makefile.common,v 1.17 2011/10/08 13:49:14 tron Exp $
|
||||
#
|
||||
# used by security/cyrus-sasl/Makefile
|
||||
# used by security/cy2-anonymous/Makefile
|
||||
|
@ -39,6 +39,7 @@ CPPFLAGS+= -I${BUILDLINK_PREFIX.cyrus-sasl}/include/sasl
|
|||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= no
|
||||
USE_TOOLS+= gmake
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
|
|
Loading…
Reference in a new issue