[Erp5-report] r43995 kazuhiko - /erp5/trunk/buildout/software-profiles/python-2.6.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Mar 5 13:41:23 CET 2011


Author: kazuhiko
Date: Sat Mar  5 13:41:22 2011
New Revision: 43995

URL: http://svn.erp5.org?rev=43995&view=rev
Log:
patch python-2.6.6 so that it does not try to find header files from /usr/include etc.

Modified:
    erp5/trunk/buildout/software-profiles/python-2.6.cfg

Modified: erp5/trunk/buildout/software-profiles/python-2.6.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/python-2.6.cfg?rev=43995&r1=43994&r2=43995&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.6.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.6.cfg [utf8] Sat Mar  5 13:41:22 2011
@@ -13,6 +13,14 @@ extends =
 parts =
     python2.6
 
+[python-2.6.6-no_system_inc_dirs.patch]
+recipe = hexagonit.recipe.download
+url = http://www.nexedi.org/static/patches/${:filename}
+path = ${:filename}
+md5sum = ed7f8e11a97e45e5e09649c8b242e917
+download-only = true
+filename = python-2.6.6-no_system_inc_dirs.patch
+
 [python2.6]
 recipe = hexagonit.recipe.cmmi
 # This is actually the default setting for prefix, but we can't use it in
@@ -25,6 +33,9 @@ executable = ${:prefix}/bin/python${:ver
 url =
   http://python.org/ftp/python/${:package_version}/Python-${:package_version}.tgz
 md5sum = b2f209df270a33315e62c1ffac1937f0
+patch-options = -p1
+patches =
+  ${python-2.6.6-no_system_inc_dirs.patch:location}/${python-2.6.6-no_system_inc_dirs.patch:filename}
 configure-options =
   --enable-unicode=ucs4
   --with-threads



More information about the Erp5-report mailing list