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 6042 by niro, Wed Aug 18 11:19:28 2010 UTC revision 6045 by niro, Wed Aug 18 11:27:31 2010 UTC
# Line 10  STATE="unstable" Line 10  STATE="unstable"
10  DESCRIPTION="SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine."  DESCRIPTION="SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine."
11  HOMEPAGE="http://www.sqlite.org/"  HOMEPAGE="http://www.sqlite.org/"
12    
13  DEPEND=""  DEPEND=">= sys-libs/readline-6.1"
14    
15  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
# Line 29  src_compile() Line 29  src_compile()
29   cd ${SRCDIR}   cd ${SRCDIR}
30    
31   mconfigure \   mconfigure \
32   --enable-incore-db \   --enable-extensions=dynamic-extensions \
33   --enable-tempdb-in-ram \   --enable-readline \
  --enable-cross-thread-connections \  
34   --enable-threadsafe \   --enable-threadsafe \
35   --disable-tcl \   --disable-tcl \
36   --disable-debug \   --disable-debug \

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