[Erp5-report] r39029 kazuhiko - /erp5/trunk/buildout/software-profiles/ghostscript.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 11 21:16:49 CEST 2010


Author: kazuhiko
Date: Mon Oct 11 21:16:47 2010
New Revision: 39029

URL: http://svn.erp5.org?rev=39029&view=rev
Log:
it seems that parallel build sometimes fails for ghostscript.

Modified:
    erp5/trunk/buildout/software-profiles/ghostscript.cfg

Modified: erp5/trunk/buildout/software-profiles/ghostscript.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/ghostscript.cfg?rev=39029&r1=39028&r2=39029&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/ghostscript.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/ghostscript.cfg [utf8] Mon Oct 11 21:16:47 2010
@@ -9,11 +9,14 @@ md5sum = e7b4a88db7000d3d3222dbe803791d8
 download-only = true
 
 [ghostscript-common]
+recipe = hexagonit.recipe.cmmi
 pre-configure-hook = ${ghostscript-hooks-download:location}/${ghostscript-hooks-download:filename}:pre_configure_hook
 # we don't include TIFF output driver because the linking might fail if
 # libjbig-devel is installed, and it is not required for our purpose anyway.
 configure-options =
   --disable-cups --without-x --with-drivers=BMP,PBM,PNG,PS
+# it seems that parallel build sometimes fails for ghostscript.
+make-options = -j1
 
 [ghostscript]
 # we prefer ghostscript-8 for now, because ghostscript-9.00 seems to have a
@@ -23,12 +26,10 @@ configure-options =
 
 [ghostscript-9]
 <= ghostscript-common
-recipe = hexagonit.recipe.cmmi
 url = http://ghostscript.com/releases/ghostscript-9.00.tar.gz
 md5sum = a402462478b4cdda3e1816899227b845
 
 [ghostscript-8]
 <= ghostscript-common
-recipe = hexagonit.recipe.cmmi
 url = http://ghostscript.com/releases/ghostscript-8.71.tar.gz
 md5sum = 51a522a5b4818bd3dc7c1c0e9dd22bad




More information about the Erp5-report mailing list