[Erp5-report] r44793 luke - /erp5/trunk/buildout/software-profiles/pdftk.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 30 13:41:07 CEST 2011


Author: luke
Date: Wed Mar 30 13:41:07 2011
New Revision: 44793

URL: http://svn.erp5.org?rev=44793&view=rev
Log:
 - force synchronous building of pdftk, as parallel one dies without any information

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

Modified: erp5/trunk/buildout/software-profiles/pdftk.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/pdftk.cfg?rev=44793&r1=44792&r2=44793&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/pdftk.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/pdftk.cfg [utf8] Wed Mar 30 13:41:07 2011
@@ -42,7 +42,9 @@ configure-command = true
 patches =
   ${pdftk-1.44-Makefile.Base-DEST-LDFLAGS.patch:location}/${pdftk-1.44-Makefile.Base-DEST-LDFLAGS.patch:filename}
 patch-options = -p1
+# pdftk does not work correcly with parallel building
 make-options =
+  -j1
   -f Makefile.Redhat
   DEST=${buildout:parts-directory}/${:_buildout_section_name_}
 



More information about the Erp5-report mailing list