Magellan Linux

Diff of /branches/magellan-next/core/sqlite/sqlite-3.7.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6045 by niro, Wed Aug 18 11:27:31 2010 UTC revision 6050 by niro, Wed Aug 18 11:35:43 2010 UTC
# Line 28  src_compile() Line 28  src_compile()
28  {  {
29   cd ${SRCDIR}   cd ${SRCDIR}
30    
31     # disable tcl not working
32     # --disable-tcl \
33   mconfigure \   mconfigure \
34   --enable-extensions=dynamic-extensions \   --enable-load-extension \
35   --enable-readline \   --enable-readline \
36     --enable-cross-thread-connections \
37   --enable-threadsafe \   --enable-threadsafe \
  --disable-tcl \  
38   --disable-debug \   --disable-debug \
39   || die   || die
40    

Legend:
Removed from v.6045  
changed lines
  Added in v.6050