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 6052 by niro, Wed Aug 18 11:43:14 2010 UTC
# Line 12  HOMEPAGE="http://www.sqlite.org/" Line 12  HOMEPAGE="http://www.sqlite.org/"
12    
13  DEPEND=">= sys-libs/readline-6.1"  DEPEND=">= sys-libs/readline-6.1"
14    
15  SRCFILE="${PNAME}-${PVER}.tar.gz"  #SRCFILE="${PNAME}-${PVER}.tar.gz"
16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCFILE="${PNAME}-amalgamation-${PVER}.tar.gz" # a special srcfile is needed to build without tcl
17    SRCDIR="${BUILDDIR}/${PNAME}-amalgamation-${PVER}"
18    
19  sminclude mbuild  sminclude mbuild
20    
# Line 29  src_compile() Line 30  src_compile()
30   cd ${SRCDIR}   cd ${SRCDIR}
31    
32   mconfigure \   mconfigure \
33   --enable-extensions=dynamic-extensions \   --enable-load-extension \
34   --enable-readline \   --enable-readline \
35     --enable-cross-thread-connections \
36   --enable-threadsafe \   --enable-threadsafe \
37   --disable-tcl \   --disable-tcl \
38   --disable-debug \   --disable-debug \
39   || die   || die
40    
41   mmake all || die   mmake || die
42  }  }

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