[Erp5-report] r39988 luke - /erp5/trunk/buildout/software-profiles/python-2.6.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Nov 5 18:24:31 CET 2010
Author: luke
Date: Fri Nov 5 18:24:29 2010
New Revision: 39988
URL: http://svn.erp5.org?rev=39988&view=rev
Log:
- build python2.6 with all needed libraries locally
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=39988&r1=39987&r2=39988&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.6.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.6.cfg [utf8] Fri Nov 5 18:24:29 2010
@@ -1,5 +1,13 @@
[buildout]
extends =
+ ../software-profiles/bzip2.cfg
+ ../software-profiles/gdbm.cfg
+ ../software-profiles/libdb.cfg
+ ../software-profiles/ncurses.cfg
+ ../software-profiles/openssl.cfg
+ ../software-profiles/readline.cfg
+ ../software-profiles/sqlite3.cfg
+ ../software-profiles/zlib.cfg
../software-profiles/python-common.cfg
../profiles/bootstrap.cfg
@@ -11,6 +19,10 @@ parts =
python_version_major = 2.6
python_version_minor = 6
+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
+ LDFLAGS=-L${zlib:location}/lib -L${readline:location}/lib -L${ncurses:location}/lib -L${bzip2:location}/lib -L${gdbm:location}/lib -L${openssl:location}/lib -L${sqlite3:location}/lib -L${libdb:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${readline:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib -Wl,-rpath -Wl,${bzip2:location}/lib -Wl,-rpath -Wl,${gdbm:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${libdb:location}/lib
+
[bootstrap2.6]
<= bootstrap
suffix = 2.6
More information about the Erp5-report
mailing list