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 6050 by niro, Wed Aug 18 11:35:43 2010 UTC revision 6051 by niro, Wed Aug 18 11:41:06 2010 UTC
# Line 28  src_compile() Line 28  src_compile()
28  {  {
29   cd ${SRCDIR}   cd ${SRCDIR}
30    
  # disable tcl not working  
  # --disable-tcl \  
31   mconfigure \   mconfigure \
32   --enable-load-extension \   --enable-load-extension \
33   --enable-readline \   --enable-readline \
34   --enable-cross-thread-connections \   --enable-cross-thread-connections \
35   --enable-threadsafe \   --enable-threadsafe \
36     --disable-tcl \
37   --disable-debug \   --disable-debug \
38   || die   || die
39    
40   mmake all || die   mmake || die
41  }  }

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