Mark job unsafe.
The build system already determine dynamically the number of jobs to run, if marked jobs_safe both the ports and the build system parallelise the build, which leads to a huge number of cc1plus processes and consume tons of memory. Reported by: flo
This commit is contained in:
parent
0d73ab3a64
commit
3a8d9ef13e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282069
1 changed files with 1 additions and 2 deletions
|
@ -124,7 +124,7 @@ USE_OPENSSL= yes
|
|||
WANT_GNOME= yes
|
||||
USE_XORG= xaw xrandr
|
||||
USE_GL= gl glu
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USE_AUTOTOOLS= autoconf automake:env
|
||||
|
||||
OPTIONS= WEBDAV "Support webdav protocol" off \
|
||||
|
@ -148,7 +148,6 @@ CONFIGURE_ARGS+= --with-unix-wrapper="libreoffice" \
|
|||
--with-build-version="FreeBSD ports ${PKGVERSION}" \
|
||||
--with-vendor="FreeBSD ports ${PKGVERSION}" \
|
||||
--exec-prefix=${PREFIX} \
|
||||
--with-max-jobs=${MAKE_JOBS_NUMBER} \
|
||||
--with-external-tar=${DISTDIR}/${DIST_SUBDIR} \
|
||||
--with-gnu-patch=${LOCALBASE}/bin/gpatch \
|
||||
--with-system-libxml \
|
||||
|
|
Loading…
Reference in a new issue