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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.