[Erp5-report] r32350 luke - /erp5/trunk/buildout/python-2.4/buildout.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 9 11:36:11 CET 2010


Author: luke
Date: Tue Feb  9 11:36:09 2010
New Revision: 32350

URL: http://svn.erp5.org?rev=32350&view=rev
Log:
 - set options locally

This is forgotten part of 32325 - it is required to define all locally.

Modified:
    erp5/trunk/buildout/python-2.4/buildout.cfg

Modified: erp5/trunk/buildout/python-2.4/buildout.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/python-2.4/buildout.cfg?rev=32350&r1=32349&r2=32350&view=diff
==============================================================================
--- erp5/trunk/buildout/python-2.4/buildout.cfg [utf8] (original)
+++ erp5/trunk/buildout/python-2.4/buildout.cfg [utf8] Tue Feb  9 11:36:09 2010
@@ -13,7 +13,10 @@
 recipe = zc.recipe.cmmi
 url =
   http://python.org/ftp/python/${buildout:python_version_full}/Python-${buildout:python_version_full}.tgz
-extra_options +=
+extra_options =
+  --enable-unicode=ucs4
+  --with-threads
+  --with-readline
   --prefix=${buildout:directory}/parts/python${buildout:python_version}
 executable = ${buildout:directory}/parts/python${buildout:python_version}/bin/python${buildout:python_version}
 




More information about the Erp5-report mailing list