[Erp5-report] r39845 luke - /erp5/trunk/buildout/software-profiles/sqlite3.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 3 15:20:49 CET 2010


Author: luke
Date: Wed Nov  3 15:20:48 2010
New Revision: 39845

URL: http://svn.erp5.org?rev=39845&view=rev
Log:
 - use tcl to compile

Modified:
    erp5/trunk/buildout/software-profiles/sqlite3.cfg

Modified: erp5/trunk/buildout/software-profiles/sqlite3.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/sqlite3.cfg?rev=39845&r1=39844&r2=39845&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/sqlite3.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/sqlite3.cfg [utf8] Wed Nov  3 15:20:48 2010
@@ -1,4 +1,6 @@
 [buildout]
+extends =
+  ../software-profiles/tcl.cfg
 parts =
   sqlite3
 
@@ -8,3 +10,7 @@ url = http://www.sqlite.org/sqlite-3.7.3
 md5sum = 5437978aae90350cf984993091e0d695
 configure-options =
   --disable-readline
+environment =
+  PATH=${tcl:location}/bin:%(PATH)s
+  CFLAGS=-I${tcl:location}/include
+  LDFLAGS=-L${tcl:location}/lib




More information about the Erp5-report mailing list