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 6049 by niro, Wed Aug 18 11:33:06 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-load-extension \   --enable-load-extension \
35   --enable-readline \   --enable-readline \
36   --enable-cross-thread-connections \   --enable-cross-thread-connections \
37   --enable-threadsafe \   --enable-threadsafe \
  --disable-tcl \  
38   --disable-debug \   --disable-debug \
  --disable-amalgamation \  
39   || die   || die
40    
41   mmake all || die   mmake all || die

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