Commit 97496aae authored by Arnaud Fontaine's avatar Arnaud Fontaine

Apply python2.4-no_system_inc_dirs-patch and python2.4-CPPFLAGS-patch patches

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44018 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3e83a4ad
......@@ -5,3 +5,4 @@ extends =
profiles/development.cfg
profiles/official.cfg
unzip = true
ignore-existing = true
\ No newline at end of file
......@@ -94,6 +94,7 @@ python = buildout
# This is first version of python
version = 1
section = python2.4
developer-mode = true
[software_definition]
software_home = ${buildout:directory}
......
......@@ -20,6 +20,20 @@ md5sum = 8611020af1463b42f253ac73a91b09a1
download-only = true
filename = python2.4-dbm.patch
[python2.4-no_system_inc_dirs-patch]
recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename}
md5sum = 65c1193ac42c15109be0e6f9b7a671b8
download-only = true
filename = python2.4-no_system_inc_dirs.patch
[python2.4-CPPFLAGS-patch]
recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename}
md5sum = 912b6d4b107e3f382995a4d3afcd3eca
download-only = true
filename = python2.4-backport-CPPFLAGS-setup-from-python2.6.patch
[python2.4]
recipe = hexagonit.recipe.cmmi
# This is actually the default setting for prefix, but we can't use it in
......@@ -36,6 +50,9 @@ url =
http://python.org/ftp/python/${:python_version_full}/Python-${:python_version_full}.tgz
patches =
${python2.4-dbm-patch:location}/${python2.4-dbm-patch:filename}
${python2.4-no_system_inc_dirs-patch:location}/${python2.4-no_system_inc_dirs-patch:filename}
${python2.4-CPPFLAGS-patch:location}/${python2.4-CPPFLAGS-patch:filename}
configure-options =
--enable-unicode=ucs4
--with-threads
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment