Commit c2089500 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

patch python-2.6.6 so that it does not try to find header files from /usr/include etc.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43995 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6672c430
...@@ -13,6 +13,14 @@ extends = ...@@ -13,6 +13,14 @@ extends =
parts = parts =
python2.6 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] [python2.6]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
# This is actually the default setting for prefix, but we can't use it in # This is actually the default setting for prefix, but we can't use it in
...@@ -25,6 +33,9 @@ executable = ${:prefix}/bin/python${:version} ...@@ -25,6 +33,9 @@ executable = ${:prefix}/bin/python${:version}
url = url =
http://python.org/ftp/python/${:package_version}/Python-${:package_version}.tgz http://python.org/ftp/python/${:package_version}/Python-${:package_version}.tgz
md5sum = b2f209df270a33315e62c1ffac1937f0 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 = configure-options =
--enable-unicode=ucs4 --enable-unicode=ucs4
--with-threads --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