Removed MAKE_JOBS_SAFE=no; compiles fine with MAKE_JOBS=8 on NetBSD and MacOSX
This commit is contained in:
parent
f55a6b2476
commit
dfc620033e
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2010/09/08 16:24:57 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2010/11/14 16:39:36 adam Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:S/-/-server-/}
|
||||
SVR4_PKGNAME= mysqs
|
||||
|
@ -10,8 +10,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
.include "../../databases/mysql51-client/Makefile.common"
|
||||
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
CONFIGURE_ARGS+= --with-libwrap
|
||||
CONFIGURE_ARGS+= --with-mysqld-user=${MYSQL_USER}
|
||||
|
||||
|
|
Loading…
Reference in a new issue