Changeset 21873 for main/trunk


Ignore:
Timestamp:
2010-04-12T17:52:47+12:00 (14 years ago)
Author:
ak19
Message:

overlooked version number change for sqlite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/packages/configure

    r21869 r21873  
    240240  echo CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure $CACHE_FILE --prefix="$PACKAGES/sqlite" --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
    241241
    242   cd "$PACKAGES/sqlite/sqlite-amalgamation-3.5.9" && \
     242  cd "$PACKAGES/sqlite/sqlite-amalgamation-3.6.23.1" && \
    243243  CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure $CACHE_FILE --prefix="$PACKAGES/sqlite" --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
    244244else
Note: See TracChangeset for help on using the changeset viewer.