[Erp5-report] r40993 kazuhiko - /erp5/trunk/buildout/software-profiles/gdbm.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Dec 1 17:10:12 CET 2010
Author: kazuhiko
Date: Wed Dec 1 17:10:12 2010
New Revision: 40993
URL: http://svn.erp5.org?rev=40993&view=rev
Log:
it seems that parallel build sometimes fails for gdbm.
Modified:
erp5/trunk/buildout/software-profiles/gdbm.cfg
Modified: erp5/trunk/buildout/software-profiles/gdbm.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/gdbm.cfg?rev=40993&r1=40992&r2=40993&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/gdbm.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/gdbm.cfg [utf8] Wed Dec 1 17:10:12 2010
@@ -22,3 +22,6 @@ patches = ${gdbm-nochange-patch-download
includedir = ${buildout:parts-directory}/${:_buildout_section_name_}/include
make-targets =
install install-compat includedir=${:includedir}/gdbm && rm -f ${:includedir}/*.h && ln -sf gdbm/gdbm.h ${:includedir}/gdbm.h
+# it seems that parallel build sometimes fails for gdbm.
+make-options =
+ -j1
More information about the Erp5-report
mailing list