Changeset 24075


Ignore:
Timestamp:
2011-05-20T16:53:27+12:00 (13 years ago)
Author:
davidb
Message:

Updating SQLite to a more recent release (May 2011) supporting casting operations (used in our numeric searching)

Location:
main/trunk/greenstone2/common-src
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/packages/Makefile.in

    r22079 r24075  
    4545USE_SQLITE=@USE_SQLITE@
    4646ifeq ($(USE_SQLITE), 1)
    47 SQLITE_DIR = sqlite/sqlite-amalgamation-3.6.23.1
     47SQLITE_DIR = sqlite/sqlite-autoconf-3070602
    4848SQLITE_DEFINES = -DUSE_SQLITE
    4949else
  • main/trunk/greenstone2/common-src/packages/configure

    r23773 r24075  
    310310  echo ""
    311311  cd "$PACKAGES/sqlite"
    312   if test ! -d sqlite-amalgamation-3.6.23.1 ;
     312  if test ! -d sqlite-autoconf-3070602 ;
    313313  then
    314     gzip -dc sqlite-amalgamation-3.6.23.1.tar.gz | tar -xf -
     314    gzip -dc sqlite-autoconf-3070602.tar.gz | tar -xf -
    315315  fi
    316316
     
    323323  echo CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure $CACHE_FILE --prefix="$PACKAGES/sqlite" --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
    324324
    325   cd "$PACKAGES/sqlite/sqlite-amalgamation-3.6.23.1" && \
     325  cd "$PACKAGES/sqlite/sqlite-autoconf-3070602" && \
    326326  CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure $CACHE_FILE --prefix="$PACKAGES/sqlite" --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
    327327else
  • main/trunk/greenstone2/common-src/win32.mak

    r22817 r24075  
    6060
    6161EXPAT_DIR = packages\expat\expat-1.95.8
    62 SQLITE_DIR = packages\sqlite\sqlite-amalgamation-3.6.23.1
     62SQLITE_DIR = packages\sqlite\sqlite-autoconf-3070602
    6363JDBM_DIR = packages\jdbm
    6464JDBMEDIT_DIR = src\jdbmedit
Note: See TracChangeset for help on using the changeset viewer.