Commit 19c59c64 authored by Łukasz Nowak's avatar Łukasz Nowak

- use tcl to compile


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39845 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4591f7f9
[buildout]
extends =
../software-profiles/tcl.cfg
parts =
sqlite3
......@@ -8,3 +10,7 @@ url = http://www.sqlite.org/sqlite-3.7.3.tar.gz
md5sum = 5437978aae90350cf984993091e0d695
configure-options =
--disable-readline
environment =
PATH=${tcl:location}/bin:%(PATH)s
CFLAGS=-I${tcl:location}/include
LDFLAGS=-L${tcl:location}/lib
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