Commit b9d2a53f authored by Rafael Monnerat's avatar Rafael Monnerat

It is not required to use python-common (at least not for now). Reduce the...

It is not required to use python-common (at least not for now). Reduce the configuration options to become same as as python2.6 way.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41010 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f1373852
......@@ -25,11 +25,24 @@ download-only = true
filename = python2.4-dbm.patch
[python2.4]
<= python-common
recipe = hexagonit.recipe.cmmi
# This is actually the default setting for prefix, but we can't use it in
# other settings in this part if we don't set it explicitly here.
prefix = ${buildout:parts-directory}/${:_buildout_section_name_}
version = 2.4
package_version = ${:version}.6
executable = ${:prefix}/bin/python${:version}
python_version_major = 2.4
python_version_minor = 6
python_version_full = ${:python_version_major}.${:python_version_minor}
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}
configure-options =
--enable-unicode=ucs4
--with-threads
environment =
CPPFLAGS=-I${zlib:location}/include -I${readline:location}/include -I${ncurses:location}/include/ -I${ncurses:location}/include/ncursesw/ -I${bzip2:location}/include -I${gdbm:location}/include -I${openssl:location}/include -I${sqlite3:location}/include -I${libdb:location}/include -I${gettext:location}/include
......
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